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-11-13T05:19:38.160Z||main|||||INFO|500||The following profiles are active: basic
2022-11-13T05:19:49.340Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-13T05:19:49.341Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-13T05:19:49.448Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-13T05:19:53.315Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-13T05:19:53.687Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-13T05:19:54.154Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-13T05:19:54.161Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-13T05:19:54.274Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-13T05:19:54.483Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-13T05:19:55.058Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-13T05:19:56.858Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-13T05:19:59.239Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-13T05:19:59.296Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-13T05:19:59.861Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-13T05:20:00.081Z||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-11-13T05:20:01.265Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-13T05:20:02.284Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-13T05:20:02.305Z||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$$30e71889.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-11-13T05:20:02.306Z||main|||||WARN|500||The sdc end point is not alive
2022-11-13T05:20:05.195Z||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-11-13T05:20:07.907Z||main|||||WARN|500||---
2022-11-13T05:20:07.907Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-13T05:20:07.907Z||main|||||WARN|500||---
2022-11-13T05:20:08.327Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-13T05:20:13.752Z||main|||||INFO|500||Started Application in 38.912 seconds (JVM running for 41.194)
2022-11-13T05:20:13.778Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-13T05:20:13.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-13T05:20:13.793Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-13T05:20:13.816Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-13T05:20:13.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 198f0d55-7e41-4a75-9fc2-e177d05053a1 url= /sdc/v1/artifactTypes
2022-11-13T05:20:13.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-13T05:20:14.159Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-13T05:20:14.186Z||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-11-13T05:20:14.207Z||scheduling-1|||||DEBUG|500||create keys
2022-11-13T05:20:14.214Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-13T05:20:14.283Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:20:14.300Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6f64c16e-7c4b-40f3-ba76-35ab321ce4f6 url= /sdc/v1/registerForDistribution
2022-11-13T05:20:14.441Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6f64c16e-7c4b-40f3-ba76-35ab321ce4f6 url= /sdc/v1/registerForDistribution
2022-11-13T05:20:14.441Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-13T05:20:14.450Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:20:14.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:20:14.454Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-13T05:20:14.471Z||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-11-13T05:20:14.471Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:20:14.472Z||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-11-13T05:20:14.472Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:20:24.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:20:24.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:21:14.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:21:14.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:21:14.451Z||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-11-13T05:21:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:21:14.462Z||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-11-13T05:21:14.462Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:21:24.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:21:24.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:22:14.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:22:14.448Z||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-11-13T05:22:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:22:14.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:22:14.450Z||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-11-13T05:22:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:22:24.003Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:22:24.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:23:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:23:14.449Z||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-11-13T05:23:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:23:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:23:14.450Z||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-11-13T05:23:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:23:24.017Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:23:24.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:24:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:24:14.448Z||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-11-13T05:24:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:24:14.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:24:14.451Z||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-11-13T05:24:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:24:23.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:24:23.997Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:25:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:25:14.448Z||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-11-13T05:25:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:25:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:25:14.450Z||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-11-13T05:25:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:25:23.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:25:23.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:26:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:26:14.448Z||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-11-13T05:26:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:26:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:26:14.450Z||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-11-13T05:26:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:26:23.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:26:23.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:27:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:27:14.448Z||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-11-13T05:27:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:27:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:27:14.452Z||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-11-13T05:27:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:27:23.993Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:27:23.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:28:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:28:14.449Z||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-11-13T05:28:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:28:14.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:28:14.450Z||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-11-13T05:28:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:28:23.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:28:23.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:29:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:29:14.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:29:14.451Z||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-11-13T05:29:14.451Z||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-11-13T05:29:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:29:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:29:24.018Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:29:24.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:29:35.436Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-13T05:30:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:30:14.448Z||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-11-13T05:30:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:30:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:30:14.450Z||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-11-13T05:30:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:30:23.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:30:23.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:31:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:31:14.448Z||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-11-13T05:31:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:31:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:31:14.450Z||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-11-13T05:31:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:31:23.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:31:24.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:32:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:32:14.449Z||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-11-13T05:32:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:32:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:32:14.450Z||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-11-13T05:32:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:32:24.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:32:24.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:33:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:33:14.448Z||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-11-13T05:33:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:33:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:33:14.450Z||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-11-13T05:33:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:33:23.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:33:23.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:34:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:34:14.448Z||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-11-13T05:34:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:34:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:34:14.449Z||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-11-13T05:34:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:34:23.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:34:23.997Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:35:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:35:14.448Z||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-11-13T05:35:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:35:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:35:14.451Z||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-11-13T05:35:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:35:23.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:35:23.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:36:14.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:36:14.449Z||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-11-13T05:36:14.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:36:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:36:14.450Z||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-11-13T05:36:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:36:24.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:36:24.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:37:14.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:37:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:37:14.450Z||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-11-13T05:37:14.450Z||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-11-13T05:37:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:37:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:37:24.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:37:24.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:38:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:38:14.448Z||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-11-13T05:38:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:38:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:38:14.451Z||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-11-13T05:38:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:38:24.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:38:24.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:39:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:39:14.448Z||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-11-13T05:39:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:39:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:39:14.450Z||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-11-13T05:39:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:39:23.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:39:23.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:40:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:40:14.448Z||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-11-13T05:40:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:40:14.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:40:14.450Z||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-11-13T05:40:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:40:23.990Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:40:23.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:41:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:41:14.448Z||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-11-13T05:41:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:41:14.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:41:14.450Z||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-11-13T05:41:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:41:24.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:41:24.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:42:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:42:14.448Z||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-11-13T05:42:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:42:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:42:14.450Z||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-11-13T05:42:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:42:24.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:42:24.018Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:43:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:43:14.448Z||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-11-13T05:43:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:43:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:43:14.450Z||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-11-13T05:43:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:43:23.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:43:23.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:44:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:44:14.448Z||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-11-13T05:44:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:44:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:44:14.450Z||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-11-13T05:44:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:44:24.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:44:24.011Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:45:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:45:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:45:14.449Z||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-11-13T05:45:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:45:14.450Z||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-11-13T05:45:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:45:24.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:45:24.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:46:14.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:46:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:46:14.452Z||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-11-13T05:46:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:46:14.453Z||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-11-13T05:46:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:46:24.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:46:24.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:47:14.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:47:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:47:14.450Z||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-11-13T05:47:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:47:14.453Z||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-11-13T05:47:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:47:23.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:47:24.002Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:48:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:48:14.448Z||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-11-13T05:48:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:48:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:48:14.452Z||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-11-13T05:48:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:48:24.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:48:24.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:49:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:49:14.448Z||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-11-13T05:49:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:49:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:49:14.450Z||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-11-13T05:49:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:49:23.991Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:49:23.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:50:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:50:14.448Z||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-11-13T05:50:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:50:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:50:14.450Z||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-11-13T05:50:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:50:23.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:50:23.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:51:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:51:14.448Z||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-11-13T05:51:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:51:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:51:14.450Z||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-11-13T05:51:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:51:24.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:51:24.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:52:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:52:14.448Z||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-11-13T05:52:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:52:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:52:14.450Z||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-11-13T05:52:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:52:24.020Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:52:24.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:53:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:53:14.448Z||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-11-13T05:53:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:53:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:53:14.450Z||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-11-13T05:53:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:53:23.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:53:23.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:54:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:54:14.448Z||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-11-13T05:54:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:54:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:54:14.450Z||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-11-13T05:54:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:54:23.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:54:23.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:55:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:55:14.449Z||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-11-13T05:55:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:55:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:55:14.450Z||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-11-13T05:55:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:55:24.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:55:24.002Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:56:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:56:14.450Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:56:14.451Z||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-11-13T05:56:14.451Z||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-11-13T05:56:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:56:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:56:23.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:56:23.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:57:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:57:14.448Z||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-11-13T05:57:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:57:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:57:14.450Z||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-11-13T05:57:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:57:24.024Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:57:24.025Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:58:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:58:14.448Z||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-11-13T05:58:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:58:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:58:14.450Z||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-11-13T05:58:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:58:23.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:58:23.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:59:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:59:14.448Z||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-11-13T05:59:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:59:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T05:59:14.450Z||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-11-13T05:59:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T05:59:23.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T05:59:24.019Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:00:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:00:14.448Z||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-11-13T06:00:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:00:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:00:14.450Z||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-11-13T06:00:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:00:23.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:00:23.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:01:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:01:14.448Z||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-11-13T06:01:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:01:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:01:14.450Z||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-11-13T06:01:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:01:23.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:01:23.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:02:14.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:02:14.448Z||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-11-13T06:02:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:02:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:02:14.450Z||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-11-13T06:02:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:02:23.991Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:02:23.991Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:03:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:03:14.448Z||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-11-13T06:03:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:03:14.451Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:03:14.452Z||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-11-13T06:03:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:03:24.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:03:24.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:04:14.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:04:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:04:14.450Z||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-11-13T06:04:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:04:14.450Z||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-11-13T06:04:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:04:23.999Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:04:23.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:05:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:05:14.448Z||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-11-13T06:05:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:05:14.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:05:14.450Z||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-11-13T06:05:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:05:23.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:05:24.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:06:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:06:14.448Z||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-11-13T06:06:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:06:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:06:14.450Z||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-11-13T06:06:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:06:24.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:06:24.008Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:07:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:07:14.448Z||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-11-13T06:07:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:07:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:07:14.450Z||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-11-13T06:07:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:07:23.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:07:23.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:08:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:08:14.448Z||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-11-13T06:08:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:08:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:08:14.450Z||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-11-13T06:08:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:08:23.994Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:08:23.994Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:09:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:09:14.448Z||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-11-13T06:09:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:09:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:09:14.450Z||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-11-13T06:09:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:09:23.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:09:23.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:10:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:10:14.448Z||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-11-13T06:10:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:10:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:10:14.450Z||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-11-13T06:10:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:10:24.016Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:10:24.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:11:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:11:14.448Z||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-11-13T06:11:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:11:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:11:14.450Z||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-11-13T06:11:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:11:24.006Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:11:24.011Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:12:14.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:12:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:12:14.452Z||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-11-13T06:12:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:12:14.452Z||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-11-13T06:12:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:12:24.007Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:12:24.012Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:14.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:13:14.448Z||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-11-13T06:13:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:13:14.450Z||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-11-13T06:13:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:14.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:14.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668319964476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319967788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319981787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:14.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:13:14.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:14.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:14.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "cds",
  "timestamp": 1668319982817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-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=?
2022-11-13T06:13:15.111Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:15.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b55da18-dbce-44f0-9e91-4f320f87ab3e","serviceName":"vFW 2022-11-13 06-11-53","serviceVersion":"1.0","serviceUUID":"c106324c-e41d-41de-860e-1b383ad3e9a6","serviceDescription":"catalog service description","serviceInvariantUUID":"b20b0f6e-7902-475a-a634-a38155c65fbd","resources":[{"resourceInstanceName":"vFW 42077a3e-84c4 0","resourceName":"vFW 42077a3e-84c4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4daf2358-1400-4255-a900-a34dfc9cad61","resourceInvariantUUID":"51a92609-22f7-4f64-80a9-474ffe4260ea","resourceCustomizationUUID":"b5e740ff-1865-46b1-8df7-7406db32c8a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml","artifactChecksum":"ZDA2NWM4MTJjM2QzMzI1NWNiYjMzNTk5NGRjZDhjMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec7988ff-1685-46cd-99e8-349c9f112ac8","artifactVersion":"1"},{"artifactName":"vfw42077a3e84c40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json","artifactChecksum":"YjJjZGRjYTRhZDQyNjM0MWUyM2UxZjUyNzllZjc2MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"641aebe5-f593-45c1-8a35-03344a024f9f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8402e7c5-7f8a-4f67-b440-c9412e51c11e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM5NGUxOGQxOWZjZGNhNzhiYmMwNjkxOTM5MTYwYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ba98a41-065b-4c20-b08f-cee1ad3ad440","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c8e87311-e3c7-40c3-a89a-a2ef6038dcd6","artifactVersion":"2","generatedFromUUID":"8402e7c5-7f8a-4f67-b440-c9412e51c11e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221113061153-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml","artifactChecksum":"ZmZiMWMyMjViNTdhMDE0ZDk3YWE0MTZlNjM4YzJiZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7926e233-f6f0-4f19-80b1-ce363fc6ea94","artifactVersion":"1"},{"artifactName":"service-Vfw20221113061153-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar","artifactChecksum":"MWRlODlmYThiODZhNmY1OWU2ODY0OGJiYzdhNTQ5MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76bb8774-28e7-4291-8e86-60cdb4608906","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:13:15.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:15.130Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:15.145Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:15.145Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:13:15.180Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b55da18-dbce-44f0-9e91-4f320f87ab3e
2022-11-13T06:13:15.209Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b55da18-dbce-44f0-9e91-4f320f87ab3e 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-11-13T06:13:15.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319978830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:13:15.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668319986705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319981327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:13:15.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319989137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319990246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:15.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319983050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:13:15.246Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-13T06:13:15.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:13:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319991336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319990880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319992454,
  "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-11-13T06:13:15.252Z||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-11-13T06:13:15.253Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:15.263Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b55da18-dbce-44f0-9e91-4f320f87ab3e
2022-11-13T06:13:15.264Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b55da18-dbce-44f0-9e91-4f320f87ab3e 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=?
2022-11-13T06:13:15.266Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:15.267Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:13:15.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:13:15.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668319993459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:13:15.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:13:16.154Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:16.155Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:16.157Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:16.157Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:13:16.257Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:16.258Z||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-11-13T06:13:16.258Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:16.272Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:16.273Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:17.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:17.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:17.161Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:17.162Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:13:17.262Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:17.263Z||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-11-13T06:13:17.263Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:17.274Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:17.274Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:13:18.162Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:18.163Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:18.165Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:18.166Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:18.266Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:18.266Z||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-11-13T06:13:18.267Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:18.279Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:18.279Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:13:19.167Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:19.168Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:19.171Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:19.171Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-13T06:13:19.271Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:19.272Z||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-11-13T06:13:19.272Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:19.283Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:19.284Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:20.172Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:20.173Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:20.175Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:20.175Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:13:20.275Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:20.276Z||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-11-13T06:13:20.276Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:20.286Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:20.287Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:21.176Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:13:21.177Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:21.179Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:21.179Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:13:21.279Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:21.280Z||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-11-13T06:13:21.280Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:21.293Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:21.294Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:13:22.181Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "serviceName": "vFW 2022-11-13 06-11-53",
  "serviceVersion": "1.0",
  "serviceUUID": "c106324c-e41d-41de-860e-1b383ad3e9a6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b20b0f6e-7902-475a-a634-a38155c65fbd",
  "resources": [
    {
      "resourceInstanceName": "vFW 42077a3e-84c4 0",
      "resourceCustomizationUUID": "b5e740ff-1865-46b1-8df7-7406db32c8a2",
      "resourceName": "vFW 42077a3e-84c4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4daf2358-1400-4255-a900-a34dfc9cad61",
      "resourceInvariantUUID": "51a92609-22f7-4f64-80a9-474ffe4260ea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw42077a3e84c40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
          "artifactChecksum": "YjJjZGRjYTRhZDQyNjM0MWUyM2UxZjUyNzllZjc2MTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "641aebe5-f593-45c1-8a35-03344a024f9f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8402e7c5-7f8a-4f67-b440-c9412e51c11e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c8e87311-e3c7-40c3-a89a-a2ef6038dcd6",
            "generatedFromUUID": "8402e7c5-7f8a-4f67-b440-c9412e51c11e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c8e87311-e3c7-40c3-a89a-a2ef6038dcd6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221113061153-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
      "artifactChecksum": "MWRlODlmYThiODZhNmY1OWU2ODY0OGJiYzdhNTQ5MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76bb8774-28e7-4291-8e86-60cdb4608906"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:13:22.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:13:22.183Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c106324c-e41d-41de-860e-1b383ad3e9a6 ASDC
2022-11-13T06:13:22.312Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9b55da18-dbce-44f0-9e91-4f320f87ab3e
ServiceName:vFW 2022-11-13 06-11-53
ServiceVersion:1.0
ServiceUUID:c106324c-e41d-41de-860e-1b383ad3e9a6
ServiceInvariantUUID:b20b0f6e-7902-475a-a634-a38155c65fbd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221113061153-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar
ArtifactUUID:76bb8774-28e7-4291-8e86-60cdb4608906
ArtifactChecksum:MWRlODlmYThiODZhNmY1OWU2ODY0OGJiYzdhNTQ5MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 42077a3e-84c4 0
ResourceCustomizationUUID:b5e740ff-1865-46b1-8df7-7406db32c8a2
ResourceInvariantUUID:51a92609-22f7-4f64-80a9-474ffe4260ea
ResourceName:vFW 42077a3e-84c4
ResourceType:VF
ResourceUUID:4daf2358-1400-4255-a900-a34dfc9cad61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw42077a3e84c40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json
ArtifactUUID:641aebe5-f593-45c1-8a35-03344a024f9f
ArtifactChecksum:YjJjZGRjYTRhZDQyNjM0MWUyM2UxZjUyNzllZjc2MTM=
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/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml
ArtifactUUID:8402e7c5-7f8a-4f67-b440-c9412e51c11e
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/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
ArtifactUUID:c8e87311-e3c7-40c3-a89a-a2ef6038dcd6
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/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
ArtifactUUID:c8e87311-e3c7-40c3-a89a-a2ef6038dcd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:13:22.313Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c106324c-e41d-41de-860e-1b383ad3e9a6 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-11-13T06:13:22.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:13:22.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:13:22.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:13:22.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 76bb8774-28e7-4291-8e86-60cdb4608906 from URL: /sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:22.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:13:22.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:22.557Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:13:22.575Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar 76bb8774-28e7-4291-8e86-60cdb4608906 100701
2022-11-13T06:13:22.577Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar ASDC sendASDCNotification
2022-11-13T06:13:22.577Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:22.579Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:13:22.580Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:22.582Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:22.582Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320002576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:22.686Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-13T06:13:22.687Z||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-11-13T06:13:22.687Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:22.700Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:22.700Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:23.582Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:13:23.583Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:13:23.584Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 76bb8774-28e7-4291-8e86-60cdb4608906, URL: /sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar to file: /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:23.585Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221113061153-csar.csar
2022-11-13T06:13:23.680Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:23.680Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:24.424Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15124382949409229152/Definitions/service-Vfw20221113061153-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
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
2022-11-13T06:13:27.347Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.353Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 42077a3e-84c4 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-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:27.354Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-13T06:13:27.360Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.362Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.365Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:27.366Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-13T06:13:27.367Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:13:27.369Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.369Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.370Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:27.370Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-13T06:13:27.370Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:13:27.370Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.370Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.374Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.374Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:27.374Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.375Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T06:13:27.376Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.377Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T06:13:27.377Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.377Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:13:27.377Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.377Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:13:27.378Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.379Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:27.379Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:27.379Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.379Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:27.379Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:27.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:27.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:27.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.380Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:27.381Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:27.381Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-13T06:13:27.381Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:27.381Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T06:13:27.381Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T06:13:27.382Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60bca552-dae7-4db5-a152-2115117d6335
2022-11-13T06:13:27.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:27.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:27.383Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-13T06:13:27.384Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T06:13:27.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T06:13:27.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e6cde7a-80cf-4334-8cfa-38ac204970af
2022-11-13T06:13:27.385Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.386Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:27.387Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-13T06:13:27.388Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7a283d6c-dfb5-4f98-b8b7-6b49eb3626a4
2022-11-13T06:13:27.388Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.388Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.388Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.388Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.389Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.389Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.389Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:27.389Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:27.389Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-13 06-11-53
Description:catalog service description
Model UUID:c106324c-e41d-41de-860e-1b383ad3e9a6
Model Version:NULL
Model InvariantUuid:b20b0f6e-7902-475a-a634-a38155c65fbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 42077a3e-84c4
Model UUID:3e43521d-5fa4-4068-a4f1-62c448b9e68a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51a92609-22f7-4f64-80a9-474ffe4260ea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5e740ff-1865-46b1-8df7-7406db32c8a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f21747c-cefa-43cb-b398-33f8f39ab4a9
ModelName:Vfw42077a3e84c4..base_vfw..module-0
ModelUuid:6ece6fdc-7830-4d53-be2e-d582a77d992d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:60bca552-dae7-4db5-a152-2115117d6335
ModelInvariantUuid:71df6dbb-07e3-4407-b264-1f7b6f8bef58
ModelName:vFW 42077a3e-84c4-nodes.vfwCvfc
ModelUuid:fba49575-e5a5-4ab7-9113-a2de6c2eef52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5b67dd3b-438b-4bc8-a979-9c457930959f
ModelInvariantUuid:8d17ae5a-ccec-45ba-ae7e-9da4fd768618
ModelName:Vfw42077a3e84c4.compute.nodes.heat.vfw
ModelUuid:ba5a2b65-f47f-4fde-b0ff-5847e51afef3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e6cde7a-80cf-4334-8cfa-38ac204970af
ModelInvariantUuid:f1725fa8-c656-483f-9bd3-8d8d87e3ffad
ModelName:vFW 42077a3e-84c4-nodes.vsnCvfc
ModelUuid:42270b82-0f70-479b-9e5f-50698d3a3fa6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:55a47242-7ded-405e-b047-739b2d4e3b56
ModelInvariantUuid:93b0924c-575e-4278-90f2-80080c31a369
ModelName:Vfw42077a3e84c4.compute.nodes.heat.vsn
ModelUuid:2b1b3316-5788-4a1c-9cbc-8b488d2a6c3c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7a283d6c-dfb5-4f98-b8b7-6b49eb3626a4
ModelInvariantUuid:2f361740-b49d-481f-b6c2-e93da2516b4b
ModelName:vFW 42077a3e-84c4-nodes.vpgCvfc
ModelUuid:f6a80123-ad72-422c-8df8-24aa08ca1723
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0042f1e2-dbd3-43ea-9c83-bc701f912edb
ModelInvariantUuid:0086c380-05ba-4079-a64f-4f8e9159150e
ModelName:Vfw42077a3e84c4.compute.nodes.heat.vpg
ModelUuid:dc64ed02-cb08-436b-85b4-5d13f19a7c0f
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-11-13T06:13:27.399Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4daf2358-1400-4255-a900-a34dfc9cad61
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-11-13T06:13:27.493Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||vFW 42077a3e-84c4 0
2022-11-13T06:13:27.500Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4daf2358-1400-4255-a900-a34dfc9cad61
2022-11-13T06:13:27.500Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 641aebe5-f593-45c1-8a35-03344a024f9f from URL: /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json
2022-11-13T06:13:27.500Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:13:27.500Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json
2022-11-13T06:13:27.584Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:13:27.585Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json 641aebe5-f593-45c1-8a35-03344a024f9f 785
2022-11-13T06:13:27.585Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json ASDC sendASDCNotification
2022-11-13T06:13:27.585Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json
2022-11-13T06:13:27.585Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:13:27.586Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:27.588Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:27.588Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320007585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:27.688Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:27.689Z||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-11-13T06:13:27.689Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:27.701Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:27.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:28.590Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw42077a3e84c4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9f21747c-cefa-43cb-b398-33f8f39ab4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ece6fdc-7830-4d53-be2e-d582a77d992d",
    "vfModuleModelCustomizationUUID": "8d091cff-6948-4e42-a52f-daa8b9dd40f6",
    "isBase": true,
    "artifacts": [
      "8402e7c5-7f8a-4f67-b440-c9412e51c11e",
      "c8e87311-e3c7-40c3-a89a-a2ef6038dcd6"
    ],
    "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-11-13T06:13:28.605Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42077a3e84c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ece6fdc-7830-4d53-be2e-d582a77d992d
VfModuleModelInvariantUUID:9f21747c-cefa-43cb-b398-33f8f39ab4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8402e7c5-7f8a-4f67-b440-c9412e51c11e
,
c8e87311-e3c7-40c3-a89a-a2ef6038dcd6

}
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-11-13T06:13:28.607Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw42077a3e84c4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9f21747c-cefa-43cb-b398-33f8f39ab4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ece6fdc-7830-4d53-be2e-d582a77d992d",
    "vfModuleModelCustomizationUUID": "8d091cff-6948-4e42-a52f-daa8b9dd40f6",
    "isBase": true,
    "artifacts": [
      "8402e7c5-7f8a-4f67-b440-c9412e51c11e",
      "c8e87311-e3c7-40c3-a89a-a2ef6038dcd6"
    ],
    "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-11-13T06:13:28.608Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42077a3e84c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ece6fdc-7830-4d53-be2e-d582a77d992d
VfModuleModelInvariantUUID:9f21747c-cefa-43cb-b398-33f8f39ab4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8402e7c5-7f8a-4f67-b440-c9412e51c11e
,
c8e87311-e3c7-40c3-a89a-a2ef6038dcd6

}
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-11-13T06:13:28.608Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8402e7c5-7f8a-4f67-b440-c9412e51c11e from URL: /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml
2022-11-13T06:13:28.608Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:13:28.608Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml
2022-11-13T06:13:28.691Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:13:28.692Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml 8402e7c5-7f8a-4f67-b440-c9412e51c11e 20368
2022-11-13T06:13:28.692Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-13T06:13:28.692Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml
2022-11-13T06:13:28.693Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:13:28.693Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:28.694Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:28.695Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320008692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:28.795Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:28.796Z||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-11-13T06:13:28.796Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:28.808Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:28.809Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:29.695Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c8e87311-e3c7-40c3-a89a-a2ef6038dcd6 from URL: /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
2022-11-13T06:13:29.697Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:13:29.697Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
2022-11-13T06:13:29.757Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:13:29.757Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env c8e87311-e3c7-40c3-a89a-a2ef6038dcd6 2098
2022-11-13T06:13:29.757Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-13T06:13:29.758Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
2022-11-13T06:13:29.758Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:13:29.758Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:29.761Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:29.761Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320009757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:13:29.861Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:29.862Z||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-11-13T06:13:29.862Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:29.873Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:29.873Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:30.762Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c106324c-e41d-41de-860e-1b383ad3e9a6
2022-11-13T06:13:30.762Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 42077a3e-84c4 0 4daf2358-1400-4255-a900-a34dfc9cad61 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-11-13T06:13:30.798Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cd6b2f6, org.onap.sdc.toscaparser.api.parameters.Input@57f3ad43, org.onap.sdc.toscaparser.api.parameters.Input@6c7c91aa, org.onap.sdc.toscaparser.api.parameters.Input@7e1be13f, org.onap.sdc.toscaparser.api.parameters.Input@1733ad08]
2022-11-13T06:13:30.802Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.802Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.803Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:13:30.803Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b5e740ff-1865-46b1-8df7-7406db32c8a2
2022-11-13T06:13:30.803Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5e740ff-1865-46b1-8df7-7406db32c8a2 matches Tosca VF Customization UUID: b5e740ff-1865-46b1-8df7-7406db32c8a2
2022-11-13T06:13:30.803Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b5e740ff-1865-46b1-8df7-7406db32c8a2  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-11-13T06:13:30.809Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.809Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.810Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b5e740ff-1865-46b1-8df7-7406db32c8a2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T06:13:30.810Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59d392a9
2022-11-13T06:13:30.811Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.811Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:13:30.811Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d091cff-6948-4e42-a52f-daa8b9dd40f6
2022-11-13T06:13:30.812Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d091cff-6948-4e42-a52f-daa8b9dd40f6
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-11-13T06:13:30.819Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.819Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.819Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:30.820Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.820Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.820Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:30.820Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.820Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T06:13:30.821Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.822Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.822Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T06:13:30.822Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.822Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T06:13:30.822Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.823Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60bca552-dae7-4db5-a152-2115117d6335
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-11-13T06:13:30.829Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.829Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.830Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:30.830Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.830Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:30.830Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:30.830Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T06:13:30.831Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.831Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.831Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T06:13:30.831Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.831Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:30.837Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-13T06:13:30.838Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T06:13:30.838Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.838Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T06:13:30.838Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.838Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e6cde7a-80cf-4334-8cfa-38ac204970af
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-11-13T06:13:30.841Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.841Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.841Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:30.843Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is not matching search criteria
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.844Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T06:13:30.845Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T06:13:30.846Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-13T06:13:30.846Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7a283d6c-dfb5-4f98-b8b7-6b49eb3626a4
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-11-13T06:13:30.848Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.848Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.848Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:13:30.849Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.849Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42077a3e-84c4 0 is matching search criteria
2022-11-13T06:13:30.849Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42077a3e-84c4 0] matching following query criteria: sdcType=VF, customizationUUID=b5e740ff-1865-46b1-8df7-7406db32c8a2
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-11-13T06:13:30.851Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.851Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.851Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c106324c-e41d-41de-860e-1b383ad3e9a6: vFW 42077a3e-84c4
2022-11-13T06:13:30.851Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.852Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.852Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.852Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.852Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.852Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.853Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.853Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.853Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:13:30.853Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-13 06-11-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:13:30.853Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-13 06-11-53 
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-11-13T06:13:31.081Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 42077a3e-84c4 4daf2358-1400-4255-a900-a34dfc9cad61 1 ASDC deployResourceStructure
2022-11-13T06:13:31.081Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json ASDC sendASDCNotification
2022-11-13T06:13:31.081Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json
2022-11-13T06:13:31.082Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:13:31.082Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:31.083Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:31.084Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320011081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:13:31.184Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:31.184Z||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-11-13T06:13:31.184Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:31.197Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:31.198Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:32.085Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-13T06:13:32.085Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml
2022-11-13T06:13:32.085Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:13:32.086Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:32.088Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:32.088Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320012085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:13:32.188Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:32.189Z||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-11-13T06:13:32.189Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:32.201Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:32.202Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:33.090Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-13T06:13:33.090Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env
2022-11-13T06:13:33.090Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:13:33.091Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:33.094Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:33.094Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320013090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:13:33.194Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:13:33.195Z||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-11-13T06:13:33.195Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:33.206Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:33.206Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:13:34.095Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar ASDC sendASDCNotification
2022-11-13T06:13:34.095Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar
2022-11-13T06:13:34.095Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:13:34.095Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:13:34.097Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:13:34.097Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320014094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:13:34.197Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:13:34.198Z||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-11-13T06:13:34.198Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:13:34.211Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:13:34.211Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:13:35.099Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:13:35.115Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:13:35.118Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:13:35.118Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:13:35.118Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:14:05.119Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:14:05.135Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:14:05.137Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:14:05.137Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:14:05.138Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:14:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:14:14.450Z||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-11-13T06:14:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:14:14.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:14:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:14:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319995380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:14:14.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:14:35.138Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:14:35.150Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:14:35.153Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:14:35.153Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:14:35.154Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:15:05.154Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:15:05.167Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:15:05.170Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:15:05.170Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:15:05.170Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:15:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:15:14.451Z||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-11-13T06:15:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:15:14.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:15:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:15:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:15:14.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:15:35.171Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:15:35.186Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:15:35.188Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:15:35.188Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:15:35.188Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:16:05.188Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:16:05.203Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:16:05.206Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:16:05.206Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:16:05.206Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:16:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:16:14.450Z||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-11-13T06:16:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:16:14.980Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:16:14.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:14.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668319996385,
  "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-11-13T06:16:14.989Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b55da18-dbce-44f0-9e91-4f320f87ab3e
2022-11-13T06:16:14.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b55da18-dbce-44f0-9e91-4f320f87ab3e 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-11-13T06:16:15.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:16:15.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:16:15.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668319994447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320002576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668320004581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:16:15.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "aai-ml",
  "timestamp": 1668320005586,
  "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-11-13T06:16:15.011Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b55da18-dbce-44f0-9e91-4f320f87ab3e
2022-11-13T06:16:15.011Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b55da18-dbce-44f0-9e91-4f320f87ab3e 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-11-13T06:16:15.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320007585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:16:15.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320008692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320009757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320011081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/vfw42077a3e84c40_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:16:15.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320012085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320013090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/resourceInstances/vfw42077a3e84c40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:16:15.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320014094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221113061153/1.0/artifacts/service-Vfw20221113061153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:16:15.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:16:35.207Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:16:35.218Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e
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-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:16:35.221Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:16:35.222Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:16:35.222Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:16:35.222Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:16:35.222Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-11-13T06:16:35.227Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:17:05.227Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e 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-11-13T06:17:05.239Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b55da18-dbce-44f0-9e91-4f320f87ab3e and serviceModelVersionId: c106324c-e41d-41de-860e-1b383ad3e9a6
2022-11-13T06:17:05.239Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b20b0f6e-7902-475a-a634-a38155c65fbd
2022-11-13T06:17:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:17:14.450Z||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-11-13T06:17:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:15.097Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:15.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320201327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320204476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320212621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320213731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320214825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320207791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320215629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320215855,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:17:15.148Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 906f7455-5b1a-4b8f-9bc3-0592a64d1483
2022-11-13T06:17:15.148Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906f7455-5b1a-4b8f-9bc3-0592a64d1483 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-11-13T06:17:15.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320216860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:15.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "cds",
  "timestamp": 1668320216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-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-11-13T06:17:15.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 906f7455-5b1a-4b8f-9bc3-0592a64d1483
2022-11-13T06:17:15.161Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906f7455-5b1a-4b8f-9bc3-0592a64d1483 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-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320218830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320226569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320232964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:15.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:15.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320233969,
  "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-11-13T06:17:15.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 906f7455-5b1a-4b8f-9bc3-0592a64d1483
2022-11-13T06:17:15.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906f7455-5b1a-4b8f-9bc3-0592a64d1483 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-11-13T06:17:15.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:17:15.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320234697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:15.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:17:20.808Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?depth=0
2022-11-13T06:17:20.918Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:17:21.411Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?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-11-13T06:17:21.416Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?depth=0|INFO|500||Invoke
2022-11-13T06:17:21.528Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:17:21.723Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?depth=0|INFO|500||InvokeReturn
2022-11-13T06:17:21.724Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b20b0f6e-7902-475a-a634-a38155c65fbd/model-vers/model-ver/c106324c-e41d-41de-860e-1b383ad3e9a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-06:17:21:885-18015], vertex-id=[184440], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:17:21 GMT], Content-Type=[application/json]}
2022-11-13T06:17:21.724Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:17:21.728Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:17:21.728Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-11-13T06:17:21.735Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||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-11-13T06:17:21.736Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b55da18-dbce-44f0-9e91-4f320f87ab3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:17:21.737Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:17:21.738Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:21.740Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:21.740Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320241736,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:17:21.840Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:21.841Z||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-11-13T06:17:21.841Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:21.852Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:21.853Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-13T06:17:22.753Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:17:22.754Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|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-11-13T06:17:22.754Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:27.189Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:27.190Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T06:17:27.190Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"906f7455-5b1a-4b8f-9bc3-0592a64d1483","serviceName":"basic_onboard_CIHOdx","serviceVersion":"1.0","serviceUUID":"3dee073a-9a07-4222-9777-461b445b300a","serviceDescription":"service","serviceInvariantUUID":"97f026dd-bcc9-45ff-b90e-a9e00f762403","resources":[{"resourceInstanceName":"basic_onboard_CIHOdx 0","resourceName":"basic_onboard_CIHOdx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"170f8417-4747-402b-b706-eff110783ee9","resourceInvariantUUID":"32635612-fb4c-48e0-9886-dd5046951eb7","resourceCustomizationUUID":"36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRmNjcxZmViMmE2NDU3OWNlODViNGNiODEyMmYxZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a45e136-5ae8-471f-b464-67eb2b45c5a8","artifactVersion":"1"},{"artifactName":"basic_onboard_cihodx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json","artifactChecksum":"YTczZmU2ZDQxNTM0NmQ1ZWQ4MzgxZjcxOWJlMjMwYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36c81728-8d4e-43ac-a1ea-fe9d8c00b56f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07ff6b11-5fa6-4c64-bb94-58cb4615f21d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1fcf027-938d-445c-a066-191567fca9ff","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2538ccf2-8edc-462a-96ae-db7a966b1c3a","artifactVersion":"2","generatedFromUUID":"07ff6b11-5fa6-4c64-bb94-58cb4615f21d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCihodx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml","artifactChecksum":"MTFmYmY0NWI2YzIzYzZkMTUwNWI5NjE5MjkxZWNkNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73331efb-a4ec-4ccf-937a-0047580299f7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCihodx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar","artifactChecksum":"YTg3OWFhZWEzZTE4OTAyZDljMWQ4Y2M3NDdiNGNhYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57ebb52a-928a-4b89-a950-f82f06f55bce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:17:27.193Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:27.194Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:27.196Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:27.196Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:27.296Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:27.297Z||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-11-13T06:17:27.297Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:27.309Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:27.309Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:28.196Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:28.197Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:28.199Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:28.199Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:17:28.299Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:28.300Z||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-11-13T06:17:28.300Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:28.311Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:28.312Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:29.200Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:29.201Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:29.202Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:29.203Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:17:29.303Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:29.304Z||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-11-13T06:17:29.304Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:29.322Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:29.322Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:30.203Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:30.205Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:30.206Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:30.207Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:30.307Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:30.308Z||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-11-13T06:17:30.308Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:30.319Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:30.320Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:31.208Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:31.208Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:31.210Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:31.211Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-13T06:17:31.311Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:31.311Z||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-11-13T06:17:31.311Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:31.324Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:31.324Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:32.211Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:32.212Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:32.214Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:32.214Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:17:32.314Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:32.315Z||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-11-13T06:17:32.315Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:32.326Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:32.326Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:17:33.215Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:17:33.216Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:33.217Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:33.217Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:17:33.317Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:33.318Z||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-11-13T06:17:33.318Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:33.329Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:33.329Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:34.219Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "serviceName": "basic_onboard_CIHOdx",
  "serviceVersion": "1.0",
  "serviceUUID": "3dee073a-9a07-4222-9777-461b445b300a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97f026dd-bcc9-45ff-b90e-a9e00f762403",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CIHOdx 0",
      "resourceCustomizationUUID": "36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1",
      "resourceName": "basic_onboard_CIHOdx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "170f8417-4747-402b-b706-eff110783ee9",
      "resourceInvariantUUID": "32635612-fb4c-48e0-9886-dd5046951eb7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cihodx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
          "artifactChecksum": "YTczZmU2ZDQxNTM0NmQ1ZWQ4MzgxZjcxOWJlMjMwYmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "36c81728-8d4e-43ac-a1ea-fe9d8c00b56f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "07ff6b11-5fa6-4c64-bb94-58cb4615f21d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2538ccf2-8edc-462a-96ae-db7a966b1c3a",
            "generatedFromUUID": "07ff6b11-5fa6-4c64-bb94-58cb4615f21d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2538ccf2-8edc-462a-96ae-db7a966b1c3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCihodx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
      "artifactChecksum": "YTg3OWFhZWEzZTE4OTAyZDljMWQ4Y2M3NDdiNGNhYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57ebb52a-928a-4b89-a950-f82f06f55bce"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:17:34.219Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:17:34.220Z|9b55da18-dbce-44f0-9e91-4f320f87ab3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3dee073a-9a07-4222-9777-461b445b300a ASDC
2022-11-13T06:17:34.220Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:906f7455-5b1a-4b8f-9bc3-0592a64d1483
ServiceName:basic_onboard_CIHOdx
ServiceVersion:1.0
ServiceUUID:3dee073a-9a07-4222-9777-461b445b300a
ServiceInvariantUUID:97f026dd-bcc9-45ff-b90e-a9e00f762403
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCihodx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar
ArtifactUUID:57ebb52a-928a-4b89-a950-f82f06f55bce
ArtifactChecksum:YTg3OWFhZWEzZTE4OTAyZDljMWQ4Y2M3NDdiNGNhYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CIHOdx 0
ResourceCustomizationUUID:36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1
ResourceInvariantUUID:32635612-fb4c-48e0-9886-dd5046951eb7
ResourceName:basic_onboard_CIHOdx
ResourceType:VF
ResourceUUID:170f8417-4747-402b-b706-eff110783ee9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cihodx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json
ArtifactUUID:36c81728-8d4e-43ac-a1ea-fe9d8c00b56f
ArtifactChecksum:YTczZmU2ZDQxNTM0NmQ1ZWQ4MzgxZjcxOWJlMjMwYmE=
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/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:07ff6b11-5fa6-4c64-bb94-58cb4615f21d
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/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
ArtifactUUID:2538ccf2-8edc-462a-96ae-db7a966b1c3a
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/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
ArtifactUUID:2538ccf2-8edc-462a-96ae-db7a966b1c3a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:17:34.221Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3dee073a-9a07-4222-9777-461b445b300a 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-11-13T06:17:34.252Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:17:34.252Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:17:34.253Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:17:34.253Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57ebb52a-928a-4b89-a950-f82f06f55bce from URL: /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:34.253Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:17:34.254Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:34.354Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:17:34.358Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar 57ebb52a-928a-4b89-a950-f82f06f55bce 75304
2022-11-13T06:17:34.359Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar ASDC sendASDCNotification
2022-11-13T06:17:34.359Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:34.359Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:17:34.359Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:34.361Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:34.361Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320254359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:34.461Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:34.462Z||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-11-13T06:17:34.462Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:34.475Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:34.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:17:35.362Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:17:35.363Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-13T06:17:35.363Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 57ebb52a-928a-4b89-a950-f82f06f55bce, URL: /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar to file: /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:35.364Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:35.365Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:35.365Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:35.509Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8656505524744000542/Definitions/service-BasicOnboardCihodx-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-11-13T06:17:36.779Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CIHOdx 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-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.780Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.781Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.782Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.783Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is not matching search criteria
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:17:36.784Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.785Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:17:36.785Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.785Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:36.785Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:36.785Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:36.786Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is not matching search criteria
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3272b942-1908-438e-b103-4a4f5ba41081
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.787Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:36.788Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CIHOdx
Description:service
Model UUID:3dee073a-9a07-4222-9777-461b445b300a
Model Version:NULL
Model InvariantUuid:97f026dd-bcc9-45ff-b90e-a9e00f762403
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CIHOdx
Model UUID:f7b6621c-c094-4f97-9e6e-f2fb89fca33d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32635612-fb4c-48e0-9886-dd5046951eb7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0207ab8-18e0-4b05-b85b-082c761567d5
ModelName:BasicOnboardCihodx..base_ubuntu18..module-0
ModelUuid:8bf79015-9545-4814-971e-728dbfc0de0e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3272b942-1908-438e-b103-4a4f5ba41081
ModelInvariantUuid:beecc46a-8bd0-4da4-9315-f789e76c5a24
ModelName:basic_onboard_CIHOdx-nodes.ubuntu18Cvfc
ModelUuid:9b9bce29-ea56-4820-947a-d95d28adf675
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:640893a1-bbc5-4ab3-a4bc-3b6ccefec325
ModelInvariantUuid:c55459ba-33cc-496b-87b5-360f741989b5
ModelName:BasicOnboardCihodx.compute.nodes.heat.ubuntu18
ModelUuid:635e67ba-cf32-4fcc-b596-3f46b8844508
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-11-13T06:17:36.794Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 170f8417-4747-402b-b706-eff110783ee9
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-11-13T06:17:36.797Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||basic_onboard_CIHOdx 0
2022-11-13T06:17:36.797Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 170f8417-4747-402b-b706-eff110783ee9
2022-11-13T06:17:36.797Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36c81728-8d4e-43ac-a1ea-fe9d8c00b56f from URL: /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json
2022-11-13T06:17:36.798Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:17:36.798Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json
2022-11-13T06:17:36.851Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:17:36.851Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json 36c81728-8d4e-43ac-a1ea-fe9d8c00b56f 798
2022-11-13T06:17:36.851Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json ASDC sendASDCNotification
2022-11-13T06:17:36.851Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json
2022-11-13T06:17:36.851Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:17:36.852Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:36.853Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:36.854Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320256851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:36.954Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:36.954Z||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-11-13T06:17:36.955Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:36.966Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:36.966Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:17:37.855Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCihodx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0207ab8-18e0-4b05-b85b-082c761567d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bf79015-9545-4814-971e-728dbfc0de0e",
    "vfModuleModelCustomizationUUID": "12818692-86d4-4a2e-82f0-aa29beebf66d",
    "isBase": true,
    "artifacts": [
      "07ff6b11-5fa6-4c64-bb94-58cb4615f21d",
      "2538ccf2-8edc-462a-96ae-db7a966b1c3a"
    ],
    "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-11-13T06:17:37.860Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCihodx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bf79015-9545-4814-971e-728dbfc0de0e
VfModuleModelInvariantUUID:a0207ab8-18e0-4b05-b85b-082c761567d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ff6b11-5fa6-4c64-bb94-58cb4615f21d
,
2538ccf2-8edc-462a-96ae-db7a966b1c3a

}
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-11-13T06:17:37.862Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCihodx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0207ab8-18e0-4b05-b85b-082c761567d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bf79015-9545-4814-971e-728dbfc0de0e",
    "vfModuleModelCustomizationUUID": "12818692-86d4-4a2e-82f0-aa29beebf66d",
    "isBase": true,
    "artifacts": [
      "07ff6b11-5fa6-4c64-bb94-58cb4615f21d",
      "2538ccf2-8edc-462a-96ae-db7a966b1c3a"
    ],
    "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-11-13T06:17:37.862Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCihodx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bf79015-9545-4814-971e-728dbfc0de0e
VfModuleModelInvariantUUID:a0207ab8-18e0-4b05-b85b-082c761567d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ff6b11-5fa6-4c64-bb94-58cb4615f21d
,
2538ccf2-8edc-462a-96ae-db7a966b1c3a

}
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-11-13T06:17:37.862Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 07ff6b11-5fa6-4c64-bb94-58cb4615f21d from URL: /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml
2022-11-13T06:17:37.863Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:17:37.863Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml
2022-11-13T06:17:37.919Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:17:37.920Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml 07ff6b11-5fa6-4c64-bb94-58cb4615f21d 5033
2022-11-13T06:17:37.920Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-13T06:17:37.920Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml
2022-11-13T06:17:37.920Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:17:37.921Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:37.923Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:37.923Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320257920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:38.023Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:38.024Z||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-11-13T06:17:38.024Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:38.034Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:38.035Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:38.925Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2538ccf2-8edc-462a-96ae-db7a966b1c3a from URL: /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
2022-11-13T06:17:38.925Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-13T06:17:38.926Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
2022-11-13T06:17:39.004Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-13T06:17:39.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env 2538ccf2-8edc-462a-96ae-db7a966b1c3a 909
2022-11-13T06:17:39.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-13T06:17:39.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
2022-11-13T06:17:39.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:17:39.006Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:39.008Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:39.009Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320259005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:17:39.108Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:39.109Z||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-11-13T06:17:39.109Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:39.121Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:39.122Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:40.009Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3dee073a-9a07-4222-9777-461b445b300a
2022-11-13T06:17:40.010Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CIHOdx 0 170f8417-4747-402b-b706-eff110783ee9 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-11-13T06:17:40.026Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1870582d, org.onap.sdc.toscaparser.api.parameters.Input@577d28ff, org.onap.sdc.toscaparser.api.parameters.Input@87cc9ea, org.onap.sdc.toscaparser.api.parameters.Input@476e6fa2, org.onap.sdc.toscaparser.api.parameters.Input@5dc5f652]
2022-11-13T06:17:40.027Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.027Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.028Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:17:40.028Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1
2022-11-13T06:17:40.029Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1 matches Tosca VF Customization UUID: 36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1
2022-11-13T06:17:40.029Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1  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-11-13T06:17:40.032Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.032Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.033Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T06:17:40.033Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39bbcca0
2022-11-13T06:17:40.034Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.034Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:17:40.034Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12818692-86d4-4a2e-82f0-aa29beebf66d
2022-11-13T06:17:40.035Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12818692-86d4-4a2e-82f0-aa29beebf66d
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-11-13T06:17:40.038Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.038Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:40.039Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:40.039Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.040Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:40.041Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:40.042Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.042Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is not matching search criteria
2022-11-13T06:17:40.043Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-13T06:17:40.044Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T06:17:40.044Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3272b942-1908-438e-b103-4a4f5ba41081
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-11-13T06:17:40.050Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.050Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:40.051Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:17:40.051Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.051Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CIHOdx 0 is matching search criteria
2022-11-13T06:17:40.052Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CIHOdx 0] matching following query criteria: sdcType=VF, customizationUUID=36e41d51-b5d9-4eb5-8dbf-3470d53ddfa1
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-11-13T06:17:40.054Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.054Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.054Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3dee073a-9a07-4222-9777-461b445b300a: basic_onboard_CIHOdx
2022-11-13T06:17:40.055Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.055Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.055Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.056Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.056Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.056Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.057Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.057Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.058Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:17:40.058Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CIHOdx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:17:40.058Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CIHOdx 
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-11-13T06:17:40.157Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CIHOdx 170f8417-4747-402b-b706-eff110783ee9 1 ASDC deployResourceStructure
2022-11-13T06:17:40.158Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json ASDC sendASDCNotification
2022-11-13T06:17:40.158Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json
2022-11-13T06:17:40.158Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:17:40.159Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:40.161Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:40.161Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320260158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:40.261Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:40.262Z||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-11-13T06:17:40.262Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:40.275Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:40.276Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:41.162Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-13T06:17:41.163Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml
2022-11-13T06:17:41.163Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:17:41.163Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:41.166Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:41.166Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320261162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:41.266Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:41.267Z||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-11-13T06:17:41.268Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:41.287Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:41.288Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:17:42.167Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-13T06:17:42.168Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env
2022-11-13T06:17:42.168Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:17:42.168Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:42.170Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:42.170Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320262167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:42.270Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:17:42.271Z||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-11-13T06:17:42.271Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:42.284Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:42.284Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:43.171Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar ASDC sendASDCNotification
2022-11-13T06:17:43.172Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar
2022-11-13T06:17:43.172Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:17:43.173Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:17:43.175Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:17:43.175Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320263171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:17:43.275Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:17:43.276Z||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-11-13T06:17:43.276Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:17:43.286Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:17:43.286Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:17:44.176Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:17:44.188Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
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-11-13T06:17:44.191Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:17:44.191Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:17:44.191Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:18:14.191Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:18:14.203Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
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-11-13T06:18:14.205Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:18:14.205Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:18:14.205Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:18:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:18:14.450Z||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-11-13T06:18:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:18:14.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:18:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:18:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "aai-ml",
  "timestamp": 1668320235701,
  "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-11-13T06:18:14.583Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 906f7455-5b1a-4b8f-9bc3-0592a64d1483
2022-11-13T06:18:14.583Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906f7455-5b1a-4b8f-9bc3-0592a64d1483 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-11-13T06:18:44.206Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:18:44.221Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483
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-11-13T06:18:44.224Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:18:44.224Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:18:44.225Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-11-13T06:18:44.230Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:19:14.230Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483 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-11-13T06:19:14.237Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 906f7455-5b1a-4b8f-9bc3-0592a64d1483 and serviceModelVersionId: 3dee073a-9a07-4222-9777-461b445b300a
2022-11-13T06:19:14.237Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97f026dd-bcc9-45ff-b90e-a9e00f762403
2022-11-13T06:19:14.238Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0
2022-11-13T06:19:14.241Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:19:14.286Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0|INFO|500||Invoke
2022-11-13T06:19:14.287Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[906f7455-5b1a-4b8f-9bc3-0592a64d1483], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f37b079-2aee-49a8-be34-77035b7484ba], X-ECOMP-RequestID=[906f7455-5b1a-4b8f-9bc3-0592a64d1483], X-TransactionId=[], X-ONAP-RequestID=[906f7455-5b1a-4b8f-9bc3-0592a64d1483], Content-Type=[application/merge-patch+json]}
2022-11-13T06:19:14.315Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:19:14.413Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?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/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221113-06:19:14:673-87541], vertex-id=[217168], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:19:14 GMT], Content-Type=[application/json]}
2022-11-13T06:19:14.414Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:19:14.415Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f026dd-bcc9-45ff-b90e-a9e00f762403/model-vers/model-ver/3dee073a-9a07-4222-9777-461b445b300a?depth=0|INFO|500||InvokeReturn
2022-11-13T06:19:14.415Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:19:14.416Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-11-13T06:19:14.421Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||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-11-13T06:19:14.422Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 906f7455-5b1a-4b8f-9bc3-0592a64d1483 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:19:14.422Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:19:14.423Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:19:14.425Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:19:14.426Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320354422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:19:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:14.450Z||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-11-13T06:19:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:14.526Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:19:14.527Z||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-11-13T06:19:14.527Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:14.539Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:14.539Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:19:14.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:14.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b55da18-dbce-44f0-9e91-4f320f87ab3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320241736,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320242753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320254359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320256851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320257920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320259005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320260158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/basic_onboard_cihodx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320261162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320262167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/resourceInstances/basic_onboard_cihodx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:19:14.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320263171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCihodx/1.0/artifacts/service-BasicOnboardCihodx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:19:14.559Z||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-11-13T06:19:15.438Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:15.439Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:19:15.439Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:25.004Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:25.004Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:25.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:19:25.005Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:34.550Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:34.551Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:34.552Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:19:34.552Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:44.115Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:44.117Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:44.118Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:19:44.118Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:19:53.668Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:19:53.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:19:53.670Z||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-11-13T06:19:53.670Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:20:03.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:20:14.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:20:14.449Z||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-11-13T06:20:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:20:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:20:14.450Z||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-11-13T06:20:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:20:14.972Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:20:14.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-13T06:20:14.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906f7455-5b1a-4b8f-9bc3-0592a64d1483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320354422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:20:14.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:20:24.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:21:14.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:21:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:21:14.450Z||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-11-13T06:21:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:21:14.450Z||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-11-13T06:21:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:21:24.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:21:24.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:22:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:22:14.448Z||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-11-13T06:22:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:22:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:22:14.450Z||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-11-13T06:22:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:22:23.995Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:22:24.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:23:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:23:14.448Z||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-11-13T06:23:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:23:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:23:14.449Z||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-11-13T06:23:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:23:23.992Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:23:23.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:24:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:24:14.448Z||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-11-13T06:24:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:24:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:24:14.450Z||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-11-13T06:24:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:24:24.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:24:24.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:25:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:25:14.448Z||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-11-13T06:25:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:25:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:25:14.450Z||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-11-13T06:25:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:25:23.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:25:23.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:26:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:26:14.448Z||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-11-13T06:26:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:26:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:26:14.450Z||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-11-13T06:26:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:26:24.026Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:26:24.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:14.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:27:14.448Z||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-11-13T06:27:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:27:14.450Z||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-11-13T06:27:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:15.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:15.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:15.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a05fa15-16ca-4676-9078-90f4d46379ba","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"75a9a8f2-0dfe-4d9c-a048-5cd698943e1b","serviceDescription":"service","serviceInvariantUUID":"a91e00ad-ea24-45d2-aa30-b7783f99fa7c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e3bf9ed3-b359-44a8-b39b-4352de5e810b","resourceInvariantUUID":"7fcd1b82-98bc-4c9a-bd9d-d967ff1a7680","resourceCustomizationUUID":"c8473287-8e1b-4b52-a271-49b21a99c4cd","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":"YjgyYTczMGY3MDNmMGEwY2FkODMzNTA1NzhlODk3YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f50d4ecb-6df4-42f0-99cd-3ed9471dad76","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzYyZjkzM2UzNGQ3NWFmNjYyOGQwMDYxZjI5ZTc2NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae757a4d-e387-4a75-877f-cb28da9dd4ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:27:15.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "aai-ml",
  "timestamp": 1668320788830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320784476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "cds",
  "timestamp": 1668320792788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320793051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320784476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "aai-ml",
  "timestamp": 1668320788830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:15.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "cds",
  "timestamp": 1668320792788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320793051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "aai-ml",
  "timestamp": 1668320795673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "cds",
  "timestamp": 1668320796326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320795835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "cds",
  "timestamp": 1668320797335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-13T06:27:15.093Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:15.094Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T06:27:15.099Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:15.099Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:27:15.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a05fa15-16ca-4676-9078-90f4d46379ba
2022-11-13T06:27:15.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a05fa15-16ca-4676-9078-90f4d46379ba 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-11-13T06:27:15.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320797403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:27:15.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:27:15.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320798408,
  "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-11-13T06:27:15.132Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a05fa15-16ca-4676-9078-90f4d46379ba
2022-11-13T06:27:15.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a05fa15-16ca-4676-9078-90f4d46379ba 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-11-13T06:27:15.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "aai-ml",
  "timestamp": 1668320800712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:27:15.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:27:15.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320801327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:15.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "aai-ml",
  "timestamp": 1668320801716,
  "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-11-13T06:27:15.146Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a05fa15-16ca-4676-9078-90f4d46379ba
2022-11-13T06:27:15.146Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a05fa15-16ca-4676-9078-90f4d46379ba 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-11-13T06:27:15.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:27:15.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320801327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:15.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:27:15.198Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:27:15.199Z||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-11-13T06:27:15.199Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:15.213Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:15.214Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:16.100Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:16.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:16.103Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:16.104Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:16.203Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:27:16.204Z||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-11-13T06:27:16.204Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:16.215Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:16.216Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:27:17.105Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "75a9a8f2-0dfe-4d9c-a048-5cd698943e1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a91e00ad-ea24-45d2-aa30-b7783f99fa7c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c8473287-8e1b-4b52-a271-49b21a99c4cd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e3bf9ed3-b359-44a8-b39b-4352de5e810b",
      "resourceInvariantUUID": "7fcd1b82-98bc-4c9a-bd9d-d967ff1a7680",
      "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": "NzYyZjkzM2UzNGQ3NWFmNjYyOGQwMDYxZjI5ZTc2NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae757a4d-e387-4a75-877f-cb28da9dd4ac"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:27:17.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:27:17.106Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b ASDC
2022-11-13T06:27:17.108Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9a05fa15-16ca-4676-9078-90f4d46379ba
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
ServiceInvariantUUID:a91e00ad-ea24-45d2-aa30-b7783f99fa7c
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:ae757a4d-e387-4a75-877f-cb28da9dd4ac
ArtifactChecksum:NzYyZjkzM2UzNGQ3NWFmNjYyOGQwMDYxZjI5ZTc2NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c8473287-8e1b-4b52-a271-49b21a99c4cd
ResourceInvariantUUID:7fcd1b82-98bc-4c9a-bd9d-d967ff1a7680
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e3bf9ed3-b359-44a8-b39b-4352de5e810b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-13T06:27:17.108Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b 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-11-13T06:27:17.140Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:27:17.141Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:27:17.141Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:27:17.141Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae757a4d-e387-4a75-877f-cb28da9dd4ac from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T06:27:17.142Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:27:17.142Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T06:27:17.237Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:27:17.239Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae757a4d-e387-4a75-877f-cb28da9dd4ac 57659
2022-11-13T06:27:17.240Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-13T06:27:17.240Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T06:27:17.240Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:27:17.240Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:17.244Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:17.244Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320837240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:27:17.344Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:17.345Z||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-11-13T06:27:17.346Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:17.358Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:17.359Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:18.245Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:27:18.246Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:27:18.246Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ae757a4d-e387-4a75-877f-cb28da9dd4ac, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:18.246Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-13T06:27:18.247Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:18.247Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:18.413Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18098181257477947838/Definitions/service-BasicNetwork-template.yml
2022-11-13T06:27:19.017Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:27:19.036Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.038Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.039Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.039Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.039Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:27:19.039Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.039Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.042Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-13T06:27:19.042Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:27:19.042Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:27:19.042Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.042Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.043Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.044Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.044Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.044Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.044Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.044Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.045Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.045Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.045Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
Model Version:NULL
Model InvariantUuid:a91e00ad-ea24-45d2-aa30-b7783f99fa7c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7fcd1b82-98bc-4c9a-bd9d-d967ff1a7680
Model UUID:68167bb3-31d7-4fc1-a4aa-284b20c591d7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c8473287-8e1b-4b52-a271-49b21a99c4cd
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-11-13T06:27:19.054Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: e3bf9ed3-b359-44a8-b39b-4352de5e810b
2022-11-13T06:27:19.054Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||No resources found for Service: 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
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-11-13T06:27:19.060Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||
2022-11-13T06:27:19.061Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-13T06:27:19.062Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
2022-11-13T06:27:19.062Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
2022-11-13T06:27:19.062Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-13T06:27:19.062Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:27:19.067Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fa429b, org.onap.sdc.toscaparser.api.parameters.Input@d66198b, org.onap.sdc.toscaparser.api.parameters.Input@6e7119b1, org.onap.sdc.toscaparser.api.parameters.Input@3d048d22, org.onap.sdc.toscaparser.api.parameters.Input@36e1ee83]
2022-11-13T06:27:19.069Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.069Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.069Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.069Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.070Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b: Generic NeutronNet
2022-11-13T06:27:19.070Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.071Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.071Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.071Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-13T06:27:19.105Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.106Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.106Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.106Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.106Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:27:19.106Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:27:19.107Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-13T06:27:19.165Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-13T06:27:19.165Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-13T06:27:19.165Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T06:27:19.165Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:27:19.165Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:19.167Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:19.167Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:27:19.267Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:19.269Z||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-11-13T06:27:19.269Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:19.284Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:19.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:20.168Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a05fa15-16ca-4676-9078-90f4d46379ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:27:20.179Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a05fa15-16ca-4676-9078-90f4d46379ba
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-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:27:20.184Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:27:20.185Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:27:20.185Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:27:20.185Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:27:20.190Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:27:50.191Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a05fa15-16ca-4676-9078-90f4d46379ba 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-11-13T06:27:50.198Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a05fa15-16ca-4676-9078-90f4d46379ba and serviceModelVersionId: 75a9a8f2-0dfe-4d9c-a048-5cd698943e1b
2022-11-13T06:27:50.198Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a91e00ad-ea24-45d2-aa30-b7783f99fa7c
2022-11-13T06:27:50.200Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?depth=0
2022-11-13T06:27:50.205Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:27:50.264Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?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-11-13T06:27:50.265Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?depth=0|INFO|500||Invoke
2022-11-13T06:27:50.286Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:27:50.425Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?depth=0|INFO|500||InvokeReturn
2022-11-13T06:27:50.429Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91e00ad-ea24-45d2-aa30-b7783f99fa7c/model-vers/model-ver/75a9a8f2-0dfe-4d9c-a048-5cd698943e1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-06:27:50:659-51552], vertex-id=[229456], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:27:50 GMT], Content-Type=[application/json]}
2022-11-13T06:27:50.430Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:27:50.431Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:27:50.431Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:27:50.436Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:27:50.436Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a05fa15-16ca-4676-9078-90f4d46379ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:27:50.437Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:27:50.437Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:50.438Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:50.439Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320870436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:27:50.539Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:50.540Z||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-11-13T06:27:50.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:50.558Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:50.559Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-11-13T06:27:51.454Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-13T06:27:51.454Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"33e50c44-e48e-4583-81c9-b80f30a6931e","serviceName":"Demo_pNF_7Mu6OUnTKdzRj1cpWrNz","serviceVersion":"1.0","serviceUUID":"698327f2-2a46-4f2d-a17a-62a076d4763f","serviceDescription":"catalog service description","serviceInvariantUUID":"86a818ea-f7f2-4fc4-9f57-6034f5144d3b","resources":[{"resourceInstanceName":"pNF 5ea3c05b-0665 0","resourceName":"pNF 5ea3c05b-0665","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e524fe8-2759-4e59-af3b-fd8b6ba65f59","resourceInvariantUUID":"c68cc857-d1e7-4390-8bc3-f75b1dad84aa","resourceCustomizationUUID":"cca12685-3e2e-421e-89b3-de5a5d075cd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml","artifactChecksum":"MTZkNTNkMTk0NjhmNzMyZmM1NzZiMGJkNmVjMmM5NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73aea8ac-7c33-49ef-ba74-a5ee76d25aa6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar","artifactChecksum":"ZWUwMDc5ZDA5MWM2MmY4YmY4MTg1ZTc2NTVhYWQ0MTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5f2164d-ca65-4ef4-8f64-05bb9369a2a4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a21b197-af70-45f1-880d-2834c718cb9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml","artifactChecksum":"MTM4YmY3NGY5NTk1OGJmODAzODBmNjAwYzUxNjA5YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86811485-6934-45bf-bccf-570dcf99111e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d639b9b-c04d-4937-a83d-272ef20b4310","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3dc28d09-5437-4e52-8c76-5fbd0dba3988","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml","artifactChecksum":"MDRiZTY1NDQ2MGQ2MjFjM2ZhMTc4ZDI2NmMwMDBjMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a54f2a4d-e784-44eb-b991-8a483f54f5d2","artifactVersion":"1"},{"artifactName":"service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar","artifactChecksum":"MmU2MmM4MzkzNDZhNjg2OTgxZGMwOTkwYWZlNjUxMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c18135f8-81c3-4154-9a57-719dc7c5425a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:27:51.455Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:51.455Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:51.457Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:51.457Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:51.557Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:51.558Z||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-11-13T06:27:51.558Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:51.571Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:51.571Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:27:52.458Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:52.458Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:52.460Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:52.460Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:52.560Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:52.561Z||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-11-13T06:27:52.561Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:52.572Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:52.573Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:53.461Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:53.461Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:53.463Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:53.463Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:53.563Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:27:53.564Z||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-11-13T06:27:53.565Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:53.575Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:53.576Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:54.464Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:54.465Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:54.466Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:54.466Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:54.567Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:54.567Z||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-11-13T06:27:54.568Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:54.579Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:54.579Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:27:55.467Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:55.468Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:55.470Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:55.470Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:55.570Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:55.571Z||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-11-13T06:27:55.571Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:55.587Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:55.588Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:56.470Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:56.472Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:56.474Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:56.474Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:56.574Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:56.576Z||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-11-13T06:27:56.576Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:56.587Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:56.588Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:27:57.474Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:57.475Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:57.477Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:57.477Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:27:57.577Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:57.578Z||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-11-13T06:27:57.578Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:57.602Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:57.602Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:27:58.477Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:27:58.479Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:58.480Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:58.480Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:27:58.581Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:58.581Z||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-11-13T06:27:58.582Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:58.594Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:58.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:27:59.481Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "serviceName": "Demo_pNF_7Mu6OUnTKdzRj1cpWrNz",
  "serviceVersion": "1.0",
  "serviceUUID": "698327f2-2a46-4f2d-a17a-62a076d4763f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86a818ea-f7f2-4fc4-9f57-6034f5144d3b",
  "resources": [
    {
      "resourceInstanceName": "pNF 5ea3c05b-0665 0",
      "resourceCustomizationUUID": "cca12685-3e2e-421e-89b3-de5a5d075cd8",
      "resourceName": "pNF 5ea3c05b-0665",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e524fe8-2759-4e59-af3b-fd8b6ba65f59",
      "resourceInvariantUUID": "c68cc857-d1e7-4390-8bc3-f75b1dad84aa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
      "artifactChecksum": "MmU2MmM4MzkzNDZhNjg2OTgxZGMwOTkwYWZlNjUxMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c18135f8-81c3-4154-9a57-719dc7c5425a"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:27:59.482Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:27:59.482Z|9a05fa15-16ca-4676-9078-90f4d46379ba|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 698327f2-2a46-4f2d-a17a-62a076d4763f ASDC
2022-11-13T06:27:59.482Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:33e50c44-e48e-4583-81c9-b80f30a6931e
ServiceName:Demo_pNF_7Mu6OUnTKdzRj1cpWrNz
ServiceVersion:1.0
ServiceUUID:698327f2-2a46-4f2d-a17a-62a076d4763f
ServiceInvariantUUID:86a818ea-f7f2-4fc4-9f57-6034f5144d3b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
ArtifactUUID:c18135f8-81c3-4154-9a57-719dc7c5425a
ArtifactChecksum:MmU2MmM4MzkzNDZhNjg2OTgxZGMwOTkwYWZlNjUxMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5ea3c05b-0665 0
ResourceCustomizationUUID:cca12685-3e2e-421e-89b3-de5a5d075cd8
ResourceInvariantUUID:c68cc857-d1e7-4390-8bc3-f75b1dad84aa
ResourceName:pNF 5ea3c05b-0665
ResourceType:PNF
ResourceUUID:5e524fe8-2759-4e59-af3b-fd8b6ba65f59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-13T06:27:59.483Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 698327f2-2a46-4f2d-a17a-62a076d4763f 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-11-13T06:27:59.506Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:27:59.506Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:27:59.507Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:27:59.507Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c18135f8-81c3-4154-9a57-719dc7c5425a from URL: /sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:27:59.507Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:27:59.507Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:27:59.583Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:27:59.587Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar c18135f8-81c3-4154-9a57-719dc7c5425a 87780
2022-11-13T06:27:59.588Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar ASDC sendASDCNotification
2022-11-13T06:27:59.588Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:27:59.588Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:27:59.588Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:27:59.590Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:27:59.590Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320879588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:27:59.690Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:27:59.691Z||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-11-13T06:27:59.691Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:27:59.711Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:27:59.712Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:28:00.590Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:28:00.591Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:28:00.591Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c18135f8-81c3-4154-9a57-719dc7c5425a, URL: /sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar to file: /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:00.592Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:00.592Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:00.592Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:00.698Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP254915574466049868/Definitions/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml
2022-11-13T06:28:01.454Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:28:01.455Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:28:01.455Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.455Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T06:28:01.456Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ea3c05b-0665 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-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.456Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.456Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.456Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.457Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.457Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.457Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.457Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:28:01.457Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.458Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.458Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Node template pNF 5ea3c05b-0665 0 is matching search criteria
2022-11-13T06:28:01.458Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:28:01.458Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5ea3c05b-0665 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:28:01.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Node template pNF 5ea3c05b-0665 0 is matching search criteria
2022-11-13T06:28:01.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:28:01.460Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5ea3c05b-0665 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:28:01.460Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.460Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.460Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.461Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.461Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.461Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.461Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.462Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.462Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.462Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.462Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7Mu6OUnTKdzRj1cpWrNz
Description:catalog service description
Model UUID:698327f2-2a46-4f2d-a17a-62a076d4763f
Model Version:NULL
Model InvariantUuid:86a818ea-f7f2-4fc4-9f57-6034f5144d3b
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-11-13T06:28:01.468Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e524fe8-2759-4e59-af3b-fd8b6ba65f59
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-11-13T06:28:01.471Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||pNF 5ea3c05b-0665 0
2022-11-13T06:28:01.472Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e524fe8-2759-4e59-af3b-fd8b6ba65f59
2022-11-13T06:28:01.472Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 698327f2-2a46-4f2d-a17a-62a076d4763f
2022-11-13T06:28:01.472Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 698327f2-2a46-4f2d-a17a-62a076d4763f
2022-11-13T06:28:01.472Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5ea3c05b-0665 0 5e524fe8-2759-4e59-af3b-fd8b6ba65f59 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-11-13T06:28:01.477Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25ed9d7e, org.onap.sdc.toscaparser.api.parameters.Input@10393e17, org.onap.sdc.toscaparser.api.parameters.Input@457a6a3a, org.onap.sdc.toscaparser.api.parameters.Input@6ef71621, org.onap.sdc.toscaparser.api.parameters.Input@273860ec]
2022-11-13T06:28:01.477Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.477Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.478Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 698327f2-2a46-4f2d-a17a-62a076d4763f: pNF 5ea3c05b-0665
2022-11-13T06:28:01.478Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5e524fe8-2759-4e59-af3b-fd8b6ba65f59
2022-11-13T06:28:01.478Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:28:01.478Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_7Mu6OUnTKdzRj1cpWrNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:28:01.479Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||Resource customization UUID: cca12685-3e2e-421e-89b3-de5a5d075cd8 is the same as notified resource customizationUUID: cca12685-3e2e-421e-89b3-de5a5d075cd8
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-11-13T06:28:01.523Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5ea3c05b-0665 5e524fe8-2759-4e59-af3b-fd8b6ba65f59 0 ASDC deployResourceStructure
2022-11-13T06:28:01.524Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar ASDC sendASDCNotification
2022-11-13T06:28:01.524Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar
2022-11-13T06:28:01.524Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:28:01.524Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:28:01.525Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:28:01.526Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320881524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:28:01.626Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:28:01.627Z||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-11-13T06:28:01.627Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:28:01.637Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:28:01.638Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:28:02.527Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:28:02.538Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
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-11-13T06:28:02.539Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:28:02.539Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:28:02.540Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:28:14.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:28:14.451Z||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-11-13T06:28:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:28:14.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:28:14.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:28:14.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:28:14.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:28:32.541Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:28:32.552Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
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-11-13T06:28:32.554Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:28:32.554Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:28:32.555Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:29:02.555Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:29:02.598Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
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-11-13T06:29:02.600Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:29:02.600Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:29:02.600Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:29:14.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:29:14.455Z||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-11-13T06:29:14.456Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:29:14.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:29:14.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320837240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320837789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320846658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "cds",
  "timestamp": 1668320847667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-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-11-13T06:29:14.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33e50c44-e48e-4583-81c9-b80f30a6931e
2022-11-13T06:29:14.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33e50c44-e48e-4583-81c9-b80f30a6931e 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-11-13T06:29:14.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320841327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320844476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320853272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320854453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320855457,
  "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-11-13T06:29:14.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 33e50c44-e48e-4583-81c9-b80f30a6931e
2022-11-13T06:29:14.545Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33e50c44-e48e-4583-81c9-b80f30a6931e 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-11-13T06:29:14.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320848830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320857591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320853050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320861800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320863166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320863698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "aai-ml",
  "timestamp": 1668320864169,
  "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-11-13T06:29:14.570Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33e50c44-e48e-4583-81c9-b80f30a6931e
2022-11-13T06:29:14.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33e50c44-e48e-4583-81c9-b80f30a6931e 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-11-13T06:29:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320864703,
  "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-11-13T06:29:14.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33e50c44-e48e-4583-81c9-b80f30a6931e
2022-11-13T06:29:14.584Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33e50c44-e48e-4583-81c9-b80f30a6931e 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-11-13T06:29:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a05fa15-16ca-4676-9078-90f4d46379ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320870436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:29:14.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/resourceInstances/pnf5ea3c05b06650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320834447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320879588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668320881524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7mu6ountkdzrj1cpwrnz/1.0/artifacts/service-DemoPnf7mu6ountkdzrj1cpwrnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320878830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320881327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320889972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320891124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320882791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320892201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320883050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320892653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320893285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320892649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "cds",
  "timestamp": 1668320893661,
  "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-11-13T06:29:14.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
2022-11-13T06:29:14.640Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5627c0fb-2fa5-4d57-900e-daf2b35ee74f 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-11-13T06:29:14.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320894366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320895419,
  "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-11-13T06:29:14.652Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
2022-11-13T06:29:14.653Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5627c0fb-2fa5-4d57-900e-daf2b35ee74f 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-11-13T06:29:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320894771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:29:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:29:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:29:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:29:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:29:32.601Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:29:32.616Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e
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-11-13T06:29:32.620Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:29:32.620Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:29:32.620Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:29:32.620Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:29:32.621Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:29:32.621Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:29:32.621Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:29:32.622Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:29:32.622Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:29:32.622Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:29:32.640Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:30:02.642Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33e50c44-e48e-4583-81c9-b80f30a6931e 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-11-13T06:30:02.653Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33e50c44-e48e-4583-81c9-b80f30a6931e and serviceModelVersionId: 698327f2-2a46-4f2d-a17a-62a076d4763f
2022-11-13T06:30:02.654Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86a818ea-f7f2-4fc4-9f57-6034f5144d3b
2022-11-13T06:30:02.657Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0
2022-11-13T06:30:02.667Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:30:02.725Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0|INFO|500||Invoke
2022-11-13T06:30:02.725Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33e50c44-e48e-4583-81c9-b80f30a6931e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2441b8e-3815-455e-bd03-fc8f27fdbb0c], X-ECOMP-RequestID=[33e50c44-e48e-4583-81c9-b80f30a6931e], X-TransactionId=[], X-ONAP-RequestID=[33e50c44-e48e-4583-81c9-b80f30a6931e], Content-Type=[application/merge-patch+json]}
2022-11-13T06:30:02.753Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:30:02.836Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?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/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-06:30:03:127-92899], vertex-id=[225456], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:30:03 GMT], Content-Type=[application/json]}
2022-11-13T06:30:02.837Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:30:02.837Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a818ea-f7f2-4fc4-9f57-6034f5144d3b/model-vers/model-ver/698327f2-2a46-4f2d-a17a-62a076d4763f?depth=0|INFO|500||InvokeReturn
2022-11-13T06:30:02.837Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:30:02.837Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:30:02.845Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:30:02.846Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33e50c44-e48e-4583-81c9-b80f30a6931e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:30:02.846Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:30:02.847Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:02.849Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:02.849Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321002846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:30:02.949Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:02.950Z||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-11-13T06:30:02.950Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:02.966Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:02.966Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-13T06:30:03.860Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:30:03.861Z|33e50c44-e48e-4583-81c9-b80f30a6931e|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-11-13T06:30:03.861Z|33e50c44-e48e-4583-81c9-b80f30a6931e|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:08.381Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:08.382Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-13T06:30:08.382Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5627c0fb-2fa5-4d57-900e-daf2b35ee74f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f86b9044-777c-4363-89d8-ef4f3cec3da6","serviceDescription":"service","serviceInvariantUUID":"86a08896-787a-4292-9c0d-aefbd248e664","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3affac40-a569-4cb7-b941-e7ca83826498","resourceInvariantUUID":"1465b960-a4e7-44a7-8928-c8558c2dea11","resourceCustomizationUUID":"e2de4040-fdb1-447c-87bc-30d8ce80fa12","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":"YzUzOGIxZmQ4NDA5MjRjZWE3NmI2YmZmZjVkNmE2M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80559027-af45-4ed4-a1df-5388ca2986c1","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":"76eb1474-c5cd-4a56-9e71-c49156e4542c","artifactVersion":"2","generatedFromUUID":"84304ac1-9ab6-440f-93b3-894d392812b4"},{"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":"84304ac1-9ab6-440f-93b3-894d392812b4","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":"NGZkOGMyMjZjNWQyMzRjOTgxMDM0YTYyYWFiMTc0NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e76a06e-245e-42bd-afed-6cbf98b1d27f","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":"33a12d05-47d5-4b25-8b17-ce907f13e8a0","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":"f3de5777-cdc5-40db-9f57-9a90c4bd8661","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":"e62fa487-d214-4965-bcb8-fcb188d7dc4c","artifactVersion":"2","generatedFromUUID":"33a12d05-47d5-4b25-8b17-ce907f13e8a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjYzYjQxOTRlZjI0MzcwZjQ0ODNkNTZlZmIyNzk3MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d34a0229-d7f1-48cc-8a43-55f5a6b552de","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTdkMDJkNjUyNmUyMDQ4ZmI2NzIyMGIzZGMxODYzZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ff4435e-7686-402f-8e5e-fd0d954c20fb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:30:08.385Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:08.385Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:08.424Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:08.424Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:08.524Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:08.525Z||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-11-13T06:30:08.525Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:08.537Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:08.537Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:09.425Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:09.425Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:09.427Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:09.427Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-13T06:30:09.527Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:09.528Z||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-11-13T06:30:09.528Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:09.545Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:09.546Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:10.427Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:10.428Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:10.430Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:10.430Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:30:10.532Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-13T06:30:10.533Z||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-11-13T06:30:10.534Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:10.544Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:10.545Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:30:11.432Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:11.433Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:11.435Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:11.435Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:30:11.535Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:11.536Z||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-11-13T06:30:11.536Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:11.550Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:11.550Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:12.435Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:12.436Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:12.439Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:12.439Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:30:12.539Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:12.540Z||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-11-13T06:30:12.540Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:12.553Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:12.554Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:13.439Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:13.440Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:13.442Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:13.443Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:13.543Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:13.544Z||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-11-13T06:30:13.544Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:13.557Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:13.557Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:14.443Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:14.444Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:14.446Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:14.446Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:30:14.450Z||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-11-13T06:30:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:14.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320896425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320895779,
  "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-11-13T06:30:14.503Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
2022-11-13T06:30:14.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5627c0fb-2fa5-4d57-900e-daf2b35ee74f 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-11-13T06:30:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320897921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "aai-ml",
  "timestamp": 1668320898927,
  "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-11-13T06:30:14.523Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
2022-11-13T06:30:14.523Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5627c0fb-2fa5-4d57-900e-daf2b35ee74f 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-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668320884476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320897789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320905589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "cds",
  "timestamp": 1668320906598,
  "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-11-13T06:30:14.546Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:14.547Z||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-11-13T06:30:14.547Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:14.551Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7d67ae3-0bc9-4093-bb54-2908b478e31c
2022-11-13T06:30:14.551Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d67ae3-0bc9-4093-bb54-2908b478e31c 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-11-13T06:30:14.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320901327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320909066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320910127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320911215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.561Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320912241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-11-13T06:30:14.563Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:30:14.568Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7d67ae3-0bc9-4093-bb54-2908b478e31c
2022-11-13T06:30:14.568Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d67ae3-0bc9-4093-bb54-2908b478e31c 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-11-13T06:30:14.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668320913244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320908830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320916570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320913050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:30:14.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320920692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320922780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668320923785,
  "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-11-13T06:30:14.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7d67ae3-0bc9-4093-bb54-2908b478e31c
2022-11-13T06:30:14.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d67ae3-0bc9-4093-bb54-2908b478e31c 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-11-13T06:30:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320924035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:14.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:30:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:30:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "aai-ml",
  "timestamp": 1668320925039,
  "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-11-13T06:30:14.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7d67ae3-0bc9-4093-bb54-2908b478e31c
2022-11-13T06:30:14.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d67ae3-0bc9-4093-bb54-2908b478e31c 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-11-13T06:30:15.446Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:15.448Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:15.450Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:15.450Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:30:15.551Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:30:15.551Z||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-11-13T06:30:15.551Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:15.574Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:15.574Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:16.451Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:30:16.452Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:16.455Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:16.455Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:30:16.555Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:16.556Z||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-11-13T06:30:16.556Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:16.568Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:16.568Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:17.458Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f86b9044-777c-4363-89d8-ef4f3cec3da6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "86a08896-787a-4292-9c0d-aefbd248e664",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e2de4040-fdb1-447c-87bc-30d8ce80fa12",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3affac40-a569-4cb7-b941-e7ca83826498",
      "resourceInvariantUUID": "1465b960-a4e7-44a7-8928-c8558c2dea11",
      "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": "76eb1474-c5cd-4a56-9e71-c49156e4542c",
          "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": "84304ac1-9ab6-440f-93b3-894d392812b4",
          "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": "NGZkOGMyMjZjNWQyMzRjOTgxMDM0YTYyYWFiMTc0NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e76a06e-245e-42bd-afed-6cbf98b1d27f",
          "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": "33a12d05-47d5-4b25-8b17-ce907f13e8a0",
          "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": "e62fa487-d214-4965-bcb8-fcb188d7dc4c",
            "generatedFromUUID": "33a12d05-47d5-4b25-8b17-ce907f13e8a0"
          },
          "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": "e62fa487-d214-4965-bcb8-fcb188d7dc4c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTdkMDJkNjUyNmUyMDQ4ZmI2NzIyMGIzZGMxODYzZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ff4435e-7686-402f-8e5e-fd0d954c20fb"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:30:17.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:30:17.459Z|33e50c44-e48e-4583-81c9-b80f30a6931e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f86b9044-777c-4363-89d8-ef4f3cec3da6 ASDC
2022-11-13T06:30:17.463Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5627c0fb-2fa5-4d57-900e-daf2b35ee74f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f86b9044-777c-4363-89d8-ef4f3cec3da6
ServiceInvariantUUID:86a08896-787a-4292-9c0d-aefbd248e664
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:5ff4435e-7686-402f-8e5e-fd0d954c20fb
ArtifactChecksum:OTdkMDJkNjUyNmUyMDQ4ZmI2NzIyMGIzZGMxODYzZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e2de4040-fdb1-447c-87bc-30d8ce80fa12
ResourceInvariantUUID:1465b960-a4e7-44a7-8928-c8558c2dea11
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3affac40-a569-4cb7-b941-e7ca83826498
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:76eb1474-c5cd-4a56-9e71-c49156e4542c
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:84304ac1-9ab6-440f-93b3-894d392812b4
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:5e76a06e-245e-42bd-afed-6cbf98b1d27f
ArtifactChecksum:NGZkOGMyMjZjNWQyMzRjOTgxMDM0YTYyYWFiMTc0NGE=
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:33a12d05-47d5-4b25-8b17-ce907f13e8a0
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:e62fa487-d214-4965-bcb8-fcb188d7dc4c
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:e62fa487-d214-4965-bcb8-fcb188d7dc4c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:30:17.464Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f86b9044-777c-4363-89d8-ef4f3cec3da6 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-11-13T06:30:17.510Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:30:17.511Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:30:17.511Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:30:17.511Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ff4435e-7686-402f-8e5e-fd0d954c20fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-13T06:30:17.511Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:17.512Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-13T06:30:17.614Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:17.618Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5ff4435e-7686-402f-8e5e-fd0d954c20fb 73674
2022-11-13T06:30:17.618Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-13T06:30:17.618Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-13T06:30:17.618Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:17.618Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:17.620Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:17.620Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321017618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:17.721Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T06:30:17.722Z||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-11-13T06:30:17.722Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:17.747Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:17.747Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:30:18.621Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:30:18.622Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:30:18.622Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ff4435e-7686-402f-8e5e-fd0d954c20fb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-13T06:30:18.623Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-13T06:30:18.623Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-13T06:30:18.623Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-13T06:30:18.809Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15285122626452289985/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-11-13T06:30:20.160Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.161Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.162Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-13T06:30:20.163Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:20.164Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:20.165Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=564e340a-02eb-46e9-bd29-cdc38ef79814
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.166Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.167Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.167Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:20.167Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:20.167Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f86b9044-777c-4363-89d8-ef4f3cec3da6
Model Version:NULL
Model InvariantUuid:86a08896-787a-4292-9c0d-aefbd248e664
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a69de67a-4ef0-44ea-a1de-6753258f99dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1465b960-a4e7-44a7-8928-c8558c2dea11
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e2de4040-fdb1-447c-87bc-30d8ce80fa12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fa1ed2a1-4f25-4ef2-9690-0ff021d19c97
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:566d14cb-d2ba-4066-bf93-caf2ceb194a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:564e340a-02eb-46e9-bd29-cdc38ef79814
ModelInvariantUuid:eca752c1-d030-4b19-a284-ed7b33e7e62c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6d805924-7ea8-4190-a8f3-694ef413bad4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1a1f679c-6303-47ae-a4a9-001937ccfe37
ModelInvariantUuid:ac0d8df0-e4eb-4aea-b3a3-e83b0db5e003
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:902dab9f-79f0-4f35-9eec-ed3d3881abe4
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-11-13T06:30:20.174Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3affac40-a569-4cb7-b941-e7ca83826498
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-11-13T06:30:20.177Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-11-13T06:30:20.177Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3affac40-a569-4cb7-b941-e7ca83826498
2022-11-13T06:30:20.177Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76eb1474-c5cd-4a56-9e71-c49156e4542c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-13T06:30:20.178Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:20.178Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.237Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:20.238Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 76eb1474-c5cd-4a56-9e71-c49156e4542c 12
2022-11-13T06:30:20.238Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.238Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:20.239Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:20.239Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:20.241Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:20.241Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321020238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:20.341Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:20.342Z||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-11-13T06:30:20.342Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:20.355Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:20.355Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:30:21.245Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 84304ac1-9ab6-440f-93b3-894d392812b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-13T06:30:21.245Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:21.245Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:21.285Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:21.286Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 84304ac1-9ab6-440f-93b3-894d392812b4 2688
2022-11-13T06:30:21.286Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:21.286Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:21.286Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:21.286Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:21.288Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:21.288Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321021286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:21.388Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:21.389Z||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-11-13T06:30:21.389Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:21.399Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:21.400Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:22.291Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e76a06e-245e-42bd-afed-6cbf98b1d27f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-13T06:30:22.291Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:22.292Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:22.345Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:22.345Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5e76a06e-245e-42bd-afed-6cbf98b1d27f 828
2022-11-13T06:30:22.346Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:22.346Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:22.346Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:22.346Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:22.348Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:22.348Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321022346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:22.448Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:22.449Z||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-11-13T06:30:22.449Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:22.460Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:22.461Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:30:23.349Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fa1ed2a1-4f25-4ef2-9690-0ff021d19c97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "566d14cb-d2ba-4066-bf93-caf2ceb194a4",
    "vfModuleModelCustomizationUUID": "e4f4fd88-ec59-45aa-a464-cc8872a55154",
    "isBase": true,
    "artifacts": [
      "33a12d05-47d5-4b25-8b17-ce907f13e8a0",
      "84304ac1-9ab6-440f-93b3-894d392812b4",
      "e62fa487-d214-4965-bcb8-fcb188d7dc4c"
    ],
    "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-11-13T06:30:23.353Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:566d14cb-d2ba-4066-bf93-caf2ceb194a4
VfModuleModelInvariantUUID:fa1ed2a1-4f25-4ef2-9690-0ff021d19c97
VfModuleModelDescription:NULL
Artifacts UUID List:{
33a12d05-47d5-4b25-8b17-ce907f13e8a0
,
84304ac1-9ab6-440f-93b3-894d392812b4
,
e62fa487-d214-4965-bcb8-fcb188d7dc4c

}
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-11-13T06:30:23.355Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fa1ed2a1-4f25-4ef2-9690-0ff021d19c97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "566d14cb-d2ba-4066-bf93-caf2ceb194a4",
    "vfModuleModelCustomizationUUID": "e4f4fd88-ec59-45aa-a464-cc8872a55154",
    "isBase": true,
    "artifacts": [
      "33a12d05-47d5-4b25-8b17-ce907f13e8a0",
      "84304ac1-9ab6-440f-93b3-894d392812b4",
      "e62fa487-d214-4965-bcb8-fcb188d7dc4c"
    ],
    "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-11-13T06:30:23.355Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:566d14cb-d2ba-4066-bf93-caf2ceb194a4
VfModuleModelInvariantUUID:fa1ed2a1-4f25-4ef2-9690-0ff021d19c97
VfModuleModelDescription:NULL
Artifacts UUID List:{
33a12d05-47d5-4b25-8b17-ce907f13e8a0
,
84304ac1-9ab6-440f-93b3-894d392812b4
,
e62fa487-d214-4965-bcb8-fcb188d7dc4c

}
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-11-13T06:30:23.355Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 33a12d05-47d5-4b25-8b17-ce907f13e8a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-13T06:30:23.355Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:23.355Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:23.434Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:23.434Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 33a12d05-47d5-4b25-8b17-ce907f13e8a0 1164
2022-11-13T06:30:23.435Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:23.435Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:23.435Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:23.435Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:23.437Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:23.437Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321023435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:23.537Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:23.538Z||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-11-13T06:30:23.538Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:23.551Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:23.551Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:24.437Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e62fa487-d214-4965-bcb8-fcb188d7dc4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-13T06:30:24.438Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:30:24.438Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:24.486Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:30:24.487Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e62fa487-d214-4965-bcb8-fcb188d7dc4c 200
2022-11-13T06:30:24.487Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:24.487Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:24.487Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:30:24.487Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:24.489Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:24.489Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321024487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:30:24.589Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:24.590Z||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-11-13T06:30:24.590Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:24.599Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:24.600Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:25.490Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f86b9044-777c-4363-89d8-ef4f3cec3da6
2022-11-13T06:30:25.490Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3affac40-a569-4cb7-b941-e7ca83826498 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 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-11-13T06:30:25.507Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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 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-11-13T06:30:25.513Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb98703, org.onap.sdc.toscaparser.api.parameters.Input@6dbd810a, org.onap.sdc.toscaparser.api.parameters.Input@897413b, org.onap.sdc.toscaparser.api.parameters.Input@791232ff, org.onap.sdc.toscaparser.api.parameters.Input@69033341]
2022-11-13T06:30:25.514Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.515Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.515Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:30:25.515Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e2de4040-fdb1-447c-87bc-30d8ce80fa12
2022-11-13T06:30:25.515Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2de4040-fdb1-447c-87bc-30d8ce80fa12 matches Tosca VF Customization UUID: e2de4040-fdb1-447c-87bc-30d8ce80fa12
2022-11-13T06:30:25.515Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e2de4040-fdb1-447c-87bc-30d8ce80fa12  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-11-13T06:30:25.518Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.518Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.519Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e2de4040-fdb1-447c-87bc-30d8ce80fa12: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T06:30:25.519Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32f60468
2022-11-13T06:30:25.519Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.519Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:30:25.519Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4f4fd88-ec59-45aa-a464-cc8872a55154
2022-11-13T06:30:25.520Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4f4fd88-ec59-45aa-a464-cc8872a55154
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-11-13T06:30:25.522Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.522Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:25.522Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:25.523Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.523Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:25.523Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:25.523Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.524Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-13T06:30:25.524Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-13T06:30:25.524Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=564e340a-02eb-46e9-bd29-cdc38ef79814
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-11-13T06:30:25.526Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.527Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:25.527Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:30:25.527Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.527Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-13T06:30:25.527Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e2de4040-fdb1-447c-87bc-30d8ce80fa12
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-11-13T06:30:25.529Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.529Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f86b9044-777c-4363-89d8-ef4f3cec3da6: basic_cnf
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.530Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.531Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.531Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.531Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.531Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:30:25.531Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:30:25.532Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:25.605Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3affac40-a569-4cb7-b941-e7ca83826498 1 ASDC deployResourceStructure
2022-11-13T06:30:25.606Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:25.607Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:25.607Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-13T06:30:25.607Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:25.609Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:25.609Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321025606,
  "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-11-13T06:30:25.709Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:25.710Z||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-11-13T06:30:25.710Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:25.720Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:25.721Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:30:26.610Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:26.610Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:26.610Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-13T06:30:26.611Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:26.612Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:26.612Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321026609,
  "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-11-13T06:30:26.712Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:30:26.713Z||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-11-13T06:30:26.713Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:26.724Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:26.724Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:27.613Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:27.613Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:27.614Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:30:27.614Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:27.616Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:27.616Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321027613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:27.716Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:27.717Z||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-11-13T06:30:27.717Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:27.727Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:27.728Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:28.617Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:28.617Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:28.617Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:30:28.617Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:28.619Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:28.619Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321028617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:28.719Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:28.720Z||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-11-13T06:30:28.721Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:28.735Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:28.736Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:29.620Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:29.620Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||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-11-13T06:30:29.620Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:30:29.621Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:29.622Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:29.622Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321029620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:29.722Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:29.723Z||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-11-13T06:30:29.723Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:29.734Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:29.734Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:30.623Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-13T06:30:30.624Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-13T06:30:30.624Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:30:30.624Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:30:30.626Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:30:30.626Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321030623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:30:30.726Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:30:30.726Z||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-11-13T06:30:30.727Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:30:30.738Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:30:30.738Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:30:31.627Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:30:31.637Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5627c0fb-2fa5-4d57-900e-daf2b35ee74f
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-11-13T06:30:31.640Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:30:31.640Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:30:31.641Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:30:31.642Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:30:31.642Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:30:31.647Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:31:01.647Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5627c0fb-2fa5-4d57-900e-daf2b35ee74f 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-11-13T06:31:01.657Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5627c0fb-2fa5-4d57-900e-daf2b35ee74f and serviceModelVersionId: f86b9044-777c-4363-89d8-ef4f3cec3da6
2022-11-13T06:31:01.657Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86a08896-787a-4292-9c0d-aefbd248e664
2022-11-13T06:31:01.659Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?depth=0
2022-11-13T06:31:01.663Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:31:01.709Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?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-11-13T06:31:01.712Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?depth=0|INFO|500||Invoke
2022-11-13T06:31:01.731Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:31:01.824Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?depth=0|INFO|500||InvokeReturn
2022-11-13T06:31:01.825Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a08896-787a-4292-9c0d-aefbd248e664/model-vers/model-ver/f86b9044-777c-4363-89d8-ef4f3cec3da6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221113-06:31:02:108-61628], vertex-id=[430168], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:31:02 GMT], Content-Type=[application/json]}
2022-11-13T06:31:01.826Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:31:01.826Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:31:01.826Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:31:01.831Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:31:01.831Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5627c0fb-2fa5-4d57-900e-daf2b35ee74f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:31:01.831Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:31:01.831Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:01.834Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:01.834Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321061831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:31:01.934Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:01.935Z||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-11-13T06:31:01.935Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:01.950Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:01.950Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-13T06:31:02.847Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-13T06:31:02.848Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7d67ae3-0bc9-4093-bb54-2908b478e31c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"904dfea9-9fc4-442c-9d97-080ee67291d9","serviceDescription":"service","serviceInvariantUUID":"8fc61806-a496-45d4-91d2-23930cb74267","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa0dab77-678b-42b3-9254-03c67932f6cb","resourceInvariantUUID":"7e6a0437-e033-4ebd-b3ec-f2046ae7380e","resourceCustomizationUUID":"4ff3c673-37a8-4bef-97ae-37d3bcc70dad","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":"ODBhYzQ2MWI2MmE4MGU0Mjk5MTIyZDZmNWUyMmZiYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c7b2153-a688-4716-b460-0b7dba5f908b","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":"ZWYxOThmYjI0OTMxMGViMjFiYTNkZTIzMDA5NWRkMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bbfbff4-55dd-4023-b7d5-dc34d47b6612","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":"cd75bba6-3735-4360-a7ea-4b9d6c87229a","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":"c80a3b9b-2e4d-418d-be3d-efc00fb5951b","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":"ef0187db-9826-4d4a-a2e2-d76af8e38283","artifactVersion":"2","generatedFromUUID":"cd75bba6-3735-4360-a7ea-4b9d6c87229a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjUxMTZhZjA3ODJkY2VjNTQxMzY3ZWVlMDIxOTY0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa4e79a5-7b4d-4603-8392-6d79645499ff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjVmN2ZhMDExZGZlM2JlNDk4ZTVkZDAyNWI5MDEwOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56bbe288-a63b-48ed-976c-dcad3daa82f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:31:02.848Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:02.849Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:02.851Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:02.851Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:31:02.951Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:02.951Z||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-11-13T06:31:02.952Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:02.961Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:02.961Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:03.851Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:03.852Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:03.853Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:03.854Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:31:03.954Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:31:03.954Z||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-11-13T06:31:03.954Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:03.965Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:03.965Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:04.854Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:04.855Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:04.856Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:04.857Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:31:04.957Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:04.957Z||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-11-13T06:31:04.957Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:04.970Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:04.970Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:05.857Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:05.858Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:05.859Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:05.860Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:31:05.959Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:31:05.960Z||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-11-13T06:31:05.960Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:05.970Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:05.971Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:06.860Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:06.861Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:06.863Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:06.863Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:31:06.963Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:06.964Z||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-11-13T06:31:06.964Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:06.974Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:06.974Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:31:07.864Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:07.865Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:07.867Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:07.867Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:31:07.971Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-13T06:31:07.972Z||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-11-13T06:31:07.972Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:07.987Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:07.987Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:08.867Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:31:08.868Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:08.869Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:08.870Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:31:08.970Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:31:08.970Z||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-11-13T06:31:08.970Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:08.980Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:08.980Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:31:09.872Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "904dfea9-9fc4-442c-9d97-080ee67291d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8fc61806-a496-45d4-91d2-23930cb74267",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4ff3c673-37a8-4bef-97ae-37d3bcc70dad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa0dab77-678b-42b3-9254-03c67932f6cb",
      "resourceInvariantUUID": "7e6a0437-e033-4ebd-b3ec-f2046ae7380e",
      "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": "ZWYxOThmYjI0OTMxMGViMjFiYTNkZTIzMDA5NWRkMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0bbfbff4-55dd-4023-b7d5-dc34d47b6612",
          "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": "cd75bba6-3735-4360-a7ea-4b9d6c87229a",
          "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": "ef0187db-9826-4d4a-a2e2-d76af8e38283",
            "generatedFromUUID": "cd75bba6-3735-4360-a7ea-4b9d6c87229a"
          },
          "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": "ef0187db-9826-4d4a-a2e2-d76af8e38283",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjVmN2ZhMDExZGZlM2JlNDk4ZTVkZDAyNWI5MDEwOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56bbe288-a63b-48ed-976c-dcad3daa82f3"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:31:09.872Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:31:09.872Z|5627c0fb-2fa5-4d57-900e-daf2b35ee74f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 904dfea9-9fc4-442c-9d97-080ee67291d9 ASDC
2022-11-13T06:31:09.873Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f7d67ae3-0bc9-4093-bb54-2908b478e31c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:904dfea9-9fc4-442c-9d97-080ee67291d9
ServiceInvariantUUID:8fc61806-a496-45d4-91d2-23930cb74267
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:56bbe288-a63b-48ed-976c-dcad3daa82f3
ArtifactChecksum:NjVmN2ZhMDExZGZlM2JlNDk4ZTVkZDAyNWI5MDEwOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4ff3c673-37a8-4bef-97ae-37d3bcc70dad
ResourceInvariantUUID:7e6a0437-e033-4ebd-b3ec-f2046ae7380e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aa0dab77-678b-42b3-9254-03c67932f6cb
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:0bbfbff4-55dd-4023-b7d5-dc34d47b6612
ArtifactChecksum:ZWYxOThmYjI0OTMxMGViMjFiYTNkZTIzMDA5NWRkMDE=
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:cd75bba6-3735-4360-a7ea-4b9d6c87229a
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:ef0187db-9826-4d4a-a2e2-d76af8e38283
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:ef0187db-9826-4d4a-a2e2-d76af8e38283
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:31:09.873Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 904dfea9-9fc4-442c-9d97-080ee67291d9 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-11-13T06:31:09.901Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:31:09.901Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:31:09.901Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:31:09.901Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56bbe288-a63b-48ed-976c-dcad3daa82f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T06:31:09.902Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:31:09.902Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T06:31:10.026Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:31:10.029Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 56bbe288-a63b-48ed-976c-dcad3daa82f3 74804
2022-11-13T06:31:10.030Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-13T06:31:10.030Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T06:31:10.030Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:31:10.030Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:10.032Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:10.032Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321070030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:31:10.132Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:10.133Z||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-11-13T06:31:10.133Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:10.144Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:10.144Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:11.032Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:31:11.033Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-13T06:31:11.034Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 56bbe288-a63b-48ed-976c-dcad3daa82f3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:11.034Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-13T06:31:11.035Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:11.035Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:11.146Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9322305074460451056/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-11-13T06:31:12.297Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:31:12.298Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:31:12.298Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:12.298Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T06:31:12.299Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.299Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:12.299Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.299Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.299Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:12.300Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:12.300Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T06:31:12.300Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-13T06:31:12.300Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.300Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.301Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:12.301Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:31:12.301Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:31:12.301Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.302Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.302Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:12.302Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-13T06:31:12.302Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:31:12.303Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.303Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.303Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.303Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-13T06:31:12.304Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-13T06:31:12.304Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-13T06:31:12.304Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-13T06:31:12.304Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:31:12.305Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:31:12.305Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.305Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:31:12.305Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.305Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:12.306Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:12.306Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.306Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:12.306Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:12.307Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.307Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:12.307Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:12.307Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a161a47-3534-4155-9b71-98f025db4d5a
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.309Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:12.310Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:904dfea9-9fc4-442c-9d97-080ee67291d9
Model Version:NULL
Model InvariantUuid:8fc61806-a496-45d4-91d2-23930cb74267
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9e404c5a-24fd-433e-b862-5695f83305b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e6a0437-e033-4ebd-b3ec-f2046ae7380e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4ff3c673-37a8-4bef-97ae-37d3bcc70dad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3b8ebf85-ce8c-4ff7-9a40-b4838237d89a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:32d0ff0d-3b5a-4891-8cad-98e66dc264f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a161a47-3534-4155-9b71-98f025db4d5a
ModelInvariantUuid:56bfddde-1cd5-4fdc-ac3b-a43b4e85b50b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1357b549-b7f0-4bf1-8e85-fd0b0c1eb60c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b5482f6d-3b4d-4f4d-a774-a28020a7320d
ModelInvariantUuid:6fed8b10-bb6f-4c04-96d6-7dd96fa351e6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:77ad65f6-67ed-4bc6-80bd-1b7f72e3dbd1
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-11-13T06:31:12.318Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: aa0dab77-678b-42b3-9254-03c67932f6cb
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-11-13T06:31:12.321Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-11-13T06:31:12.321Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa0dab77-678b-42b3-9254-03c67932f6cb
2022-11-13T06:31:12.321Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bbfbff4-55dd-4023-b7d5-dc34d47b6612 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-13T06:31:12.322Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:31:12.322Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.383Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:31:12.384Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0bbfbff4-55dd-4023-b7d5-dc34d47b6612 787
2022-11-13T06:31:12.385Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.385Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:12.385Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:31:12.385Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:12.387Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:12.387Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321072384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:31:12.487Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:12.488Z||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-11-13T06:31:12.488Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:12.500Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:12.501Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:13.388Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3b8ebf85-ce8c-4ff7-9a40-b4838237d89a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32d0ff0d-3b5a-4891-8cad-98e66dc264f3",
    "vfModuleModelCustomizationUUID": "52b8a712-7ee5-4378-b841-af5f20d2b621",
    "isBase": true,
    "artifacts": [
      "cd75bba6-3735-4360-a7ea-4b9d6c87229a",
      "ef0187db-9826-4d4a-a2e2-d76af8e38283"
    ],
    "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-11-13T06:31:13.391Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32d0ff0d-3b5a-4891-8cad-98e66dc264f3
VfModuleModelInvariantUUID:3b8ebf85-ce8c-4ff7-9a40-b4838237d89a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd75bba6-3735-4360-a7ea-4b9d6c87229a
,
ef0187db-9826-4d4a-a2e2-d76af8e38283

}
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-11-13T06:31:13.393Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3b8ebf85-ce8c-4ff7-9a40-b4838237d89a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32d0ff0d-3b5a-4891-8cad-98e66dc264f3",
    "vfModuleModelCustomizationUUID": "52b8a712-7ee5-4378-b841-af5f20d2b621",
    "isBase": true,
    "artifacts": [
      "cd75bba6-3735-4360-a7ea-4b9d6c87229a",
      "ef0187db-9826-4d4a-a2e2-d76af8e38283"
    ],
    "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-11-13T06:31:13.393Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32d0ff0d-3b5a-4891-8cad-98e66dc264f3
VfModuleModelInvariantUUID:3b8ebf85-ce8c-4ff7-9a40-b4838237d89a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd75bba6-3735-4360-a7ea-4b9d6c87229a
,
ef0187db-9826-4d4a-a2e2-d76af8e38283

}
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-11-13T06:31:13.393Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cd75bba6-3735-4360-a7ea-4b9d6c87229a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-13T06:31:13.393Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:31:13.393Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:13.439Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:31:13.440Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cd75bba6-3735-4360-a7ea-4b9d6c87229a 5033
2022-11-13T06:31:13.440Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:13.440Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:13.440Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:31:13.441Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:13.443Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:13.443Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321073440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:31:13.543Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:13.544Z||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-11-13T06:31:13.544Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:13.559Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:13.559Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:14.444Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef0187db-9826-4d4a-a2e2-d76af8e38283 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-13T06:31:14.444Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-13T06:31:14.445Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:31:14.450Z||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-11-13T06:31:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:14.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33e50c44-e48e-4583-81c9-b80f30a6931e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321002846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:31:14.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:31:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:31:14.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:31:14.503Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-13T06:31:14.503Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ef0187db-9826-4d4a-a2e2-d76af8e38283 903
2022-11-13T06:31:14.504Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:14.504Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:14.504Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:31:14.504Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:14.506Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:14.506Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321074504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:31:14.606Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:14.607Z||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-11-13T06:31:14.607Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:14.619Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:14.620Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:15.506Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 904dfea9-9fc4-442c-9d97-080ee67291d9
2022-11-13T06:31:15.507Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 aa0dab77-678b-42b3-9254-03c67932f6cb 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-11-13T06:31:15.519Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2927cf6f, org.onap.sdc.toscaparser.api.parameters.Input@6aeb6e9a, org.onap.sdc.toscaparser.api.parameters.Input@7c338497, org.onap.sdc.toscaparser.api.parameters.Input@45f863a1, org.onap.sdc.toscaparser.api.parameters.Input@523380c6]
2022-11-13T06:31:15.520Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.520Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.520Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:31:15.521Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4ff3c673-37a8-4bef-97ae-37d3bcc70dad
2022-11-13T06:31:15.521Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ff3c673-37a8-4bef-97ae-37d3bcc70dad matches Tosca VF Customization UUID: 4ff3c673-37a8-4bef-97ae-37d3bcc70dad
2022-11-13T06:31:15.521Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4ff3c673-37a8-4bef-97ae-37d3bcc70dad  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-11-13T06:31:15.523Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.523Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.524Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4ff3c673-37a8-4bef-97ae-37d3bcc70dad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T06:31:15.524Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58912cb
2022-11-13T06:31:15.524Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.524Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:31:15.525Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52b8a712-7ee5-4378-b841-af5f20d2b621
2022-11-13T06:31:15.525Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52b8a712-7ee5-4378-b841-af5f20d2b621
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-11-13T06:31:15.527Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.528Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:15.528Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:15.528Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.528Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:15.529Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:15.529Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.529Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-13T06:31:15.529Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-13T06:31:15.530Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:31:15.530Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a161a47-3534-4155-9b71-98f025db4d5a
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-11-13T06:31:15.532Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.532Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:15.532Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:31:15.533Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.533Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T06:31:15.533Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4ff3c673-37a8-4bef-97ae-37d3bcc70dad
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-11-13T06:31:15.535Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.535Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.536Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 904dfea9-9fc4-442c-9d97-080ee67291d9: basic_vm
2022-11-13T06:31:15.536Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.536Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.536Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.537Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.537Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.537Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.537Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.538Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.538Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:31:15.538Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:31:15.538Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:15.608Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm aa0dab77-678b-42b3-9254-03c67932f6cb 1 ASDC deployResourceStructure
2022-11-13T06:31:15.609Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:15.609Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:15.609Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:31:15.609Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:15.610Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:15.610Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321075609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:31:15.711Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T06:31:15.712Z||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-11-13T06:31:15.712Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:15.731Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:15.734Z||pool-84-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:31:16.611Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:16.611Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:16.611Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:31:16.612Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:16.614Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:16.614Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321076611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:31:16.714Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:16.715Z||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-11-13T06:31:16.716Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:16.725Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:16.726Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:31:17.615Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:17.615Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||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-11-13T06:31:17.615Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:31:17.616Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:17.617Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:17.617Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321077614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:31:17.718Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T06:31:17.720Z||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-11-13T06:31:17.720Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:17.733Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:17.733Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:31:18.618Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-13T06:31:18.618Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T06:31:18.619Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:31:18.619Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:18.620Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:18.620Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321078618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:31:18.720Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:31:18.721Z||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-11-13T06:31:18.722Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:18.742Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:18.743Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:31:19.621Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d67ae3-0bc9-4093-bb54-2908b478e31c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:31:19.788Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d67ae3-0bc9-4093-bb54-2908b478e31c
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-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:31:19.791Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:31:19.792Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:31:19.792Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:31:19.792Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:31:19.792Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:31:19.797Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:31:49.797Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7d67ae3-0bc9-4093-bb54-2908b478e31c 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-11-13T06:31:49.806Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7d67ae3-0bc9-4093-bb54-2908b478e31c and serviceModelVersionId: 904dfea9-9fc4-442c-9d97-080ee67291d9
2022-11-13T06:31:49.806Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fc61806-a496-45d4-91d2-23930cb74267
2022-11-13T06:31:49.807Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0
2022-11-13T06:31:49.815Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:31:49.876Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0|INFO|500||Invoke
2022-11-13T06:31:49.876Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7d67ae3-0bc9-4093-bb54-2908b478e31c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82308d47-595b-405f-bf02-2ccb818fea26], X-ECOMP-RequestID=[f7d67ae3-0bc9-4093-bb54-2908b478e31c], X-TransactionId=[], X-ONAP-RequestID=[f7d67ae3-0bc9-4093-bb54-2908b478e31c], Content-Type=[application/merge-patch+json]}
2022-11-13T06:31:49.895Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:31:50.034Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?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/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-06:31:50:273-55342], vertex-id=[237688], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:31:50 GMT], Content-Type=[application/json]}
2022-11-13T06:31:50.035Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:31:50.035Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fc61806-a496-45d4-91d2-23930cb74267/model-vers/model-ver/904dfea9-9fc4-442c-9d97-080ee67291d9?depth=0|INFO|500||InvokeReturn
2022-11-13T06:31:50.036Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:31:50.036Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:31:50.040Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:31:50.040Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7d67ae3-0bc9-4093-bb54-2908b478e31c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:31:50.040Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:31:50.041Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:31:50.042Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:31:50.042Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321110040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:31:50.143Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T06:31:50.144Z||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-11-13T06:31:50.144Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:31:50.161Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:31:50.162Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-13T06:31:51.057Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:31:51.058Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:31:51.058Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:32:00.611Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:32:00.611Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:32:00.612Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:32:00.612Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:32:10.158Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:32:10.159Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:32:10.159Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:32:10.159Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:32:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:32:14.450Z||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-11-13T06:32:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:32:14.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:32:14.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T06:32:14.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-13T06:32:14.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:32:19.706Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:32:19.706Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:32:19.707Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:32:19.707Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:32:29.247Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:33:14.447Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:33:14.448Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:33:14.448Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:33:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:33:14.449Z||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-11-13T06:33:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:33:14.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:33:14.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321017618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321020238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321021286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321022346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321023435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321024487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321025606,
  "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-11-13T06:33:14.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321026609,
  "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-11-13T06:33:14.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321027613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321028617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321029620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321030623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5627c0fb-2fa5-4d57-900e-daf2b35ee74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321061831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321003860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321070030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321072384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:14.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:33:14.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321073440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:33:14.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:33:24.008Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:34:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:34:14.448Z||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-11-13T06:34:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:34:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:34:14.449Z||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-11-13T06:34:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:34:14.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:34:14.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321074504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321075609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321076611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321077614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321078618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d67ae3-0bc9-4093-bb54-2908b478e31c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321110040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:34:14.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:34:24.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:35:14.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:35:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:35:14.450Z||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-11-13T06:35:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:35:14.451Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:35:14.451Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:35:23.996Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:35:24.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:36:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:36:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:36:14.449Z||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-11-13T06:36:14.449Z||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-11-13T06:36:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:36:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:36:23.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:36:23.996Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:37:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:37:14.448Z||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-11-13T06:37:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:37:14.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:37:14.449Z||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-11-13T06:37:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:37:24.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:37:24.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:38:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:38:14.448Z||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-11-13T06:38:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:38:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:38:14.450Z||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-11-13T06:38:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:38:23.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:38:24.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:39:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:39:14.448Z||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-11-13T06:39:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:39:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:39:14.449Z||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-11-13T06:39:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:39:24.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:39:24.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:40:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:40:14.452Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:40:14.452Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:40:14.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:40:14.453Z||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-11-13T06:40:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:40:24.013Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:40:24.025Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:41:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:41:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:41:14.451Z||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-11-13T06:41:14.451Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:41:14.452Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:41:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:41:24.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:41:24.009Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:14.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:42:14.448Z||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-11-13T06:42:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:14.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:42:14.450Z||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-11-13T06:42:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:15.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:15.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"88331d3b-0cc9-423e-80ca-e98c6cf605ca","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8df19e28-3de6-4ebe-84a1-5c441d33bdb6","serviceDescription":"service","serviceInvariantUUID":"c05ec234-5907-462b-bbb8-73b389e13d01","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"117b705c-803d-48c2-b8af-957af7e17f3d","resourceInvariantUUID":"c1fbc5c2-d4b2-4569-9ed5-fbb10d3550d8","resourceCustomizationUUID":"197d1ee9-ed78-45b8-b770-f5dd39842023","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":"ZWM0NDZkMDM1NDRlZjAyYTk3MzNkMTY4ZWI5ODM1ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b77f0d9-8dbe-4d98-8eda-791bac782e4b","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":"YjUyYjkzYWIwZDQ5ODI2Mjc0ODA4N2UxZTU3ZTc5NTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10055a38-2601-4c6a-b8a6-8ad21147783d","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":"b9b80a67-5001-4fc6-b275-5d98c4fae450","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":"53351e5a-0dd8-4465-ad97-f5098fb037d0","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":"5d0ca9e1-cec9-41fa-a494-5681f053c3c5","artifactVersion":"2","generatedFromUUID":"d210b35b-d057-4b38-8ffe-cdd00aeb91ee"},{"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":"fd7fee0e-16ba-4a5f-bfad-932d31eb0e82","artifactVersion":"2","generatedFromUUID":"b9b80a67-5001-4fc6-b275-5d98c4fae450"},{"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":"d210b35b-d057-4b38-8ffe-cdd00aeb91ee","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":"02dbadda-ff19-49cd-a14e-ebca1d921e40","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":"YjRmYWU1NDA1NDRlYTYyZjg3Y2MyOTcyYjE4MTcwNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7740e0e-9cfe-4ef2-88f1-0e77ba93ba39","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjgzY2VhYTVlNThlM2JlYWVkNzMwNjA1MTk3NTI0ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"703719c3-c56a-431c-8906-fa43055da869","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:42:15.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.081Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.082Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.088Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:15.088Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321693050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321692788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321701328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321710574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321711145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321712128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321713206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321712736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321714285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "cds",
  "timestamp": 1668321714022,
  "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-11-13T06:42:15.129Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88331d3b-0cc9-423e-80ca-e98c6cf605ca
2022-11-13T06:42:15.129Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88331d3b-0cc9-423e-80ca-e98c6cf605ca 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-11-13T06:42:15.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321713747,
  "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-11-13T06:42:15.143Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88331d3b-0cc9-423e-80ca-e98c6cf605ca
2022-11-13T06:42:15.144Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88331d3b-0cc9-423e-80ca-e98c6cf605ca 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-11-13T06:42:15.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321704476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321715373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321716437,
  "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-11-13T06:42:15.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88331d3b-0cc9-423e-80ca-e98c6cf605ca
2022-11-13T06:42:15.157Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88331d3b-0cc9-423e-80ca-e98c6cf605ca 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-11-13T06:42:15.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321717442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:15.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321718830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:42:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:42:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-13T06:42:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321729609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:15.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:42:15.187Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:42:15.188Z||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-11-13T06:42:15.188Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:15.200Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:15.201Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:16.088Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:16.091Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:16.094Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:16.094Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:42:16.194Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:16.195Z||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-11-13T06:42:16.195Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:16.205Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:16.205Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:17.094Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:17.096Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:17.098Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:17.099Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:42:17.199Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:17.200Z||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-11-13T06:42:17.200Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:17.232Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:17.233Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:18.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:18.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:18.103Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:18.103Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:18.203Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:18.204Z||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-11-13T06:42:18.204Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:18.217Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:18.217Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:42:19.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:19.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:19.106Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:19.106Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-13T06:42:19.206Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:19.207Z||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-11-13T06:42:19.208Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:19.220Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:19.221Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:20.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:20.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:20.109Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:20.109Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-13T06:42:20.209Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:20.210Z||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-11-13T06:42:20.210Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:20.222Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:20.223Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:21.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:21.111Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:21.112Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:21.113Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:42:21.213Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:21.214Z||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-11-13T06:42:21.214Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:21.234Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:21.234Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:22.114Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:22.114Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:22.116Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:22.120Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:22.216Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-13T06:42:22.217Z||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-11-13T06:42:22.217Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:22.230Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:22.231Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:23.121Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:23.121Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:23.123Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:23.123Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:42:23.223Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:23.224Z||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-11-13T06:42:23.224Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:23.236Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:23.237Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:24.124Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:42:24.124Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:24.126Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:24.126Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:42:24.227Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T06:42:24.227Z||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-11-13T06:42:24.227Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:24.238Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:24.239Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:25.128Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8df19e28-3de6-4ebe-84a1-5c441d33bdb6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c05ec234-5907-462b-bbb8-73b389e13d01",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "197d1ee9-ed78-45b8-b770-f5dd39842023",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "117b705c-803d-48c2-b8af-957af7e17f3d",
      "resourceInvariantUUID": "c1fbc5c2-d4b2-4569-9ed5-fbb10d3550d8",
      "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": "YjUyYjkzYWIwZDQ5ODI2Mjc0ODA4N2UxZTU3ZTc5NTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "10055a38-2601-4c6a-b8a6-8ad21147783d",
          "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": "b9b80a67-5001-4fc6-b275-5d98c4fae450",
          "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": "fd7fee0e-16ba-4a5f-bfad-932d31eb0e82",
            "generatedFromUUID": "b9b80a67-5001-4fc6-b275-5d98c4fae450"
          },
          "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": "5d0ca9e1-cec9-41fa-a494-5681f053c3c5",
          "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": "fd7fee0e-16ba-4a5f-bfad-932d31eb0e82",
          "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": "d210b35b-d057-4b38-8ffe-cdd00aeb91ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjgzY2VhYTVlNThlM2JlYWVkNzMwNjA1MTk3NTI0ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "703719c3-c56a-431c-8906-fa43055da869"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:42:25.128Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:42:25.128Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8df19e28-3de6-4ebe-84a1-5c441d33bdb6 ASDC
2022-11-13T06:42:25.130Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:88331d3b-0cc9-423e-80ca-e98c6cf605ca
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8df19e28-3de6-4ebe-84a1-5c441d33bdb6
ServiceInvariantUUID:c05ec234-5907-462b-bbb8-73b389e13d01
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:703719c3-c56a-431c-8906-fa43055da869
ArtifactChecksum:NjgzY2VhYTVlNThlM2JlYWVkNzMwNjA1MTk3NTI0ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:197d1ee9-ed78-45b8-b770-f5dd39842023
ResourceInvariantUUID:c1fbc5c2-d4b2-4569-9ed5-fbb10d3550d8
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:117b705c-803d-48c2-b8af-957af7e17f3d
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:10055a38-2601-4c6a-b8a6-8ad21147783d
ArtifactChecksum:YjUyYjkzYWIwZDQ5ODI2Mjc0ODA4N2UxZTU3ZTc5NTc=
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:b9b80a67-5001-4fc6-b275-5d98c4fae450
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:fd7fee0e-16ba-4a5f-bfad-932d31eb0e82
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:5d0ca9e1-cec9-41fa-a494-5681f053c3c5
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:fd7fee0e-16ba-4a5f-bfad-932d31eb0e82
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:d210b35b-d057-4b38-8ffe-cdd00aeb91ee
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:42:25.130Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8df19e28-3de6-4ebe-84a1-5c441d33bdb6 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-11-13T06:42:25.177Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:42:25.179Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:42:25.179Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:42:25.179Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 703719c3-c56a-431c-8906-fa43055da869 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:25.180Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:25.180Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:25.259Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:25.268Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 703719c3-c56a-431c-8906-fa43055da869 162972
2022-11-13T06:42:25.268Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:42:25.268Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:25.268Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:25.269Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:25.271Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:25.271Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321745268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:25.371Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:25.372Z||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-11-13T06:42:25.372Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:25.388Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:25.388Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:42:26.272Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:42:26.273Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:42:26.273Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 703719c3-c56a-431c-8906-fa43055da869, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:26.274Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-13T06:42:26.274Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:26.275Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:26.473Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8120941060848299952/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-13T06:42:27.712Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:42:27.713Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:42:27.713Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:27.713Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-13T06:42:27.713Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:27.714Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||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-11-13T06:42:27.714Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:27.714Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:27.714Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:42:27.714Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.715Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.715Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.715Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:42:27.716Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:42:27.716Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.716Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.716Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.717Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:42:27.717Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:42:27.717Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.717Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.718Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.718Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-13T06:42:27.718Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-13T06:42:27.718Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-13T06:42:27.718Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:42:27.719Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.719Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:42:27.719Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.719Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.720Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:27.720Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.720Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.721Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:27.721Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.721Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.721Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:27.722Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.722Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:27.722Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:27.722Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.722Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-13T06:42:27.723Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-13T06:42:27.723Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0a6cd88d-9529-416d-b947-48818defcdab
2022-11-13T06:42:27.723Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.723Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.724Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.724Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.724Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.724Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.724Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:27.725Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:27.725Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8df19e28-3de6-4ebe-84a1-5c441d33bdb6
Model Version:NULL
Model InvariantUuid:c05ec234-5907-462b-bbb8-73b389e13d01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c30e2973-f20b-4d5c-ad32-f3d25c1f558f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1fbc5c2-d4b2-4569-9ed5-fbb10d3550d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:197d1ee9-ed78-45b8-b770-f5dd39842023
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c42907b9-4d4e-4115-a471-2a343d6dcf07
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:805d4857-c00a-425b-9990-9642608af9c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c4f0567a-8a1e-423d-9c7d-3cfa1f63bd26
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:cbbe3898-ce9f-482f-a9bb-aceae2b1f1b6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a6cd88d-9529-416d-b947-48818defcdab
ModelInvariantUuid:b3135aa7-ca65-46d4-bd18-c5692a37ee35
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:cf3fb4ef-e0ed-4a5f-8507-f47190555bdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b8b0cc0d-ffb5-40e4-b25e-f9b599d989f5
ModelInvariantUuid:b5a09e9e-7836-4620-9325-8f6278cc9e37
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4393d687-e742-4f0d-b624-0588e9b0eebe
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-11-13T06:42:27.734Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 117b705c-803d-48c2-b8af-957af7e17f3d
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-11-13T06:42:27.740Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-11-13T06:42:27.740Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 117b705c-803d-48c2-b8af-957af7e17f3d
2022-11-13T06:42:27.740Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10055a38-2601-4c6a-b8a6-8ad21147783d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-13T06:42:27.740Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:27.741Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-13T06:42:27.803Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:27.804Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 10055a38-2601-4c6a-b8a6-8ad21147783d 1565
2022-11-13T06:42:27.804Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-13T06:42:27.804Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-13T06:42:27.804Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:27.804Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:27.806Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:27.806Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321747804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:27.906Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:27.907Z||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-11-13T06:42:27.907Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:27.918Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:27.918Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:28.807Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c4f0567a-8a1e-423d-9c7d-3cfa1f63bd26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbbe3898-ce9f-482f-a9bb-aceae2b1f1b6",
    "vfModuleModelCustomizationUUID": "5406f7ad-7459-4394-a1ac-076e3ae2c061",
    "isBase": true,
    "artifacts": [
      "b9b80a67-5001-4fc6-b275-5d98c4fae450",
      "fd7fee0e-16ba-4a5f-bfad-932d31eb0e82"
    ],
    "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": "c42907b9-4d4e-4115-a471-2a343d6dcf07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "805d4857-c00a-425b-9990-9642608af9c1",
    "vfModuleModelCustomizationUUID": "771e41eb-3d59-42f3-8499-d1c1c8cfe945",
    "isBase": false,
    "artifacts": [
      "d210b35b-d057-4b38-8ffe-cdd00aeb91ee"
    ],
    "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-11-13T06:42:28.812Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbbe3898-ce9f-482f-a9bb-aceae2b1f1b6
VfModuleModelInvariantUUID:c4f0567a-8a1e-423d-9c7d-3cfa1f63bd26
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9b80a67-5001-4fc6-b275-5d98c4fae450
,
fd7fee0e-16ba-4a5f-bfad-932d31eb0e82

}
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:805d4857-c00a-425b-9990-9642608af9c1
VfModuleModelInvariantUUID:c42907b9-4d4e-4115-a471-2a343d6dcf07
VfModuleModelDescription:NULL
Artifacts UUID List:{
d210b35b-d057-4b38-8ffe-cdd00aeb91ee

}
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-11-13T06:42:28.814Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c4f0567a-8a1e-423d-9c7d-3cfa1f63bd26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbbe3898-ce9f-482f-a9bb-aceae2b1f1b6",
    "vfModuleModelCustomizationUUID": "5406f7ad-7459-4394-a1ac-076e3ae2c061",
    "isBase": true,
    "artifacts": [
      "b9b80a67-5001-4fc6-b275-5d98c4fae450",
      "fd7fee0e-16ba-4a5f-bfad-932d31eb0e82"
    ],
    "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": "c42907b9-4d4e-4115-a471-2a343d6dcf07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "805d4857-c00a-425b-9990-9642608af9c1",
    "vfModuleModelCustomizationUUID": "771e41eb-3d59-42f3-8499-d1c1c8cfe945",
    "isBase": false,
    "artifacts": [
      "d210b35b-d057-4b38-8ffe-cdd00aeb91ee"
    ],
    "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-11-13T06:42:28.814Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbbe3898-ce9f-482f-a9bb-aceae2b1f1b6
VfModuleModelInvariantUUID:c4f0567a-8a1e-423d-9c7d-3cfa1f63bd26
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9b80a67-5001-4fc6-b275-5d98c4fae450
,
fd7fee0e-16ba-4a5f-bfad-932d31eb0e82

}
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:805d4857-c00a-425b-9990-9642608af9c1
VfModuleModelInvariantUUID:c42907b9-4d4e-4115-a471-2a343d6dcf07
VfModuleModelDescription:NULL
Artifacts UUID List:{
d210b35b-d057-4b38-8ffe-cdd00aeb91ee

}
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-11-13T06:42:28.814Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b9b80a67-5001-4fc6-b275-5d98c4fae450 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-13T06:42:28.814Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:28.814Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-13T06:42:28.877Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:28.878Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b9b80a67-5001-4fc6-b275-5d98c4fae450 914
2022-11-13T06:42:28.878Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-13T06:42:28.879Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-13T06:42:28.879Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:28.880Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:28.881Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:28.881Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321748878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:28.981Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:42:28.982Z||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-11-13T06:42:28.982Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:28.994Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:28.994Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:29.882Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5d0ca9e1-cec9-41fa-a494-5681f053c3c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-13T06:42:29.883Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:29.883Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-13T06:42:29.941Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:29.942Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5d0ca9e1-cec9-41fa-a494-5681f053c3c5 12
2022-11-13T06:42:29.942Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-13T06:42:29.942Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-13T06:42:29.942Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:29.942Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:29.944Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:29.944Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321749942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:30.044Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:30.045Z||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-11-13T06:42:30.045Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:30.058Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:30.058Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:30.945Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fd7fee0e-16ba-4a5f-bfad-932d31eb0e82 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-13T06:42:30.945Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:30.945Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-13T06:42:30.986Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:30.987Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fd7fee0e-16ba-4a5f-bfad-932d31eb0e82 96
2022-11-13T06:42:30.987Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-13T06:42:30.987Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-13T06:42:30.987Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:30.987Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:30.989Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:30.989Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321750987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:31.090Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:31.090Z||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-11-13T06:42:31.091Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:31.101Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:31.102Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:31.990Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d210b35b-d057-4b38-8ffe-cdd00aeb91ee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-13T06:42:31.990Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:42:31.991Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-13T06:42:32.043Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:42:32.044Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d210b35b-d057-4b38-8ffe-cdd00aeb91ee 20206
2022-11-13T06:42:32.045Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-13T06:42:32.045Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-13T06:42:32.045Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:42:32.045Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:32.048Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:32.048Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321752045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:42:32.148Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:32.149Z||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-11-13T06:42:32.149Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:32.158Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:32.158Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:33.051Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8df19e28-3de6-4ebe-84a1-5c441d33bdb6
2022-11-13T06:42:33.052Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 117b705c-803d-48c2-b8af-957af7e17f3d 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-11-13T06:42:33.059Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f6a064e, org.onap.sdc.toscaparser.api.parameters.Input@42d12414, org.onap.sdc.toscaparser.api.parameters.Input@2d9cd48d, org.onap.sdc.toscaparser.api.parameters.Input@2f4cbfbb, org.onap.sdc.toscaparser.api.parameters.Input@506b946a]
2022-11-13T06:42:33.061Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.061Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.061Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:42:33.061Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 197d1ee9-ed78-45b8-b770-f5dd39842023
2022-11-13T06:42:33.062Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 197d1ee9-ed78-45b8-b770-f5dd39842023 matches Tosca VF Customization UUID: 197d1ee9-ed78-45b8-b770-f5dd39842023
2022-11-13T06:42:33.062Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 197d1ee9-ed78-45b8-b770-f5dd39842023  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-11-13T06:42:33.064Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.064Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.064Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 197d1ee9-ed78-45b8-b770-f5dd39842023: {\"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-11-13T06:42:33.064Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ad9a064
2022-11-13T06:42:33.065Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.065Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:42:33.065Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 771e41eb-3d59-42f3-8499-d1c1c8cfe945
2022-11-13T06:42:33.065Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 771e41eb-3d59-42f3-8499-d1c1c8cfe945
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-11-13T06:42:33.067Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.068Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:33.068Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:33.068Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.068Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:33.068Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:42:33.069Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.069Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-13T06:42:33.069Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=197d1ee9-ed78-45b8-b770-f5dd39842023
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-11-13T06:42:33.070Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.071Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.071Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8df19e28-3de6-4ebe-84a1-5c441d33bdb6: basic_cnf_macro
2022-11-13T06:42:33.071Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.071Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.071Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.072Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:42:33.073Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:42:33.073Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:42:33.113Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 117b705c-803d-48c2-b8af-957af7e17f3d 2 ASDC deployResourceStructure
2022-11-13T06:42:33.113Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-13T06:42:33.113Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-13T06:42:33.114Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:42:33.114Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:33.115Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:33.115Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321753113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:33.216Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:42:33.216Z||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-11-13T06:42:33.216Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:33.234Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:33.234Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:34.116Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-13T06:42:34.117Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-13T06:42:34.117Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:42:34.117Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:34.119Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:34.119Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321754116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:34.219Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:34.219Z||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-11-13T06:42:34.219Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:34.232Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:34.233Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:35.120Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-13T06:42:35.120Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-13T06:42:35.120Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-13T06:42:35.120Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:35.122Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:35.122Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321755120,
  "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-11-13T06:42:35.222Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:42:35.223Z||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-11-13T06:42:35.223Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:35.233Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:35.234Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:36.124Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-13T06:42:36.124Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-13T06:42:36.125Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:42:36.125Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:36.127Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:36.127Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321756124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:36.227Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:36.231Z||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-11-13T06:42:36.231Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:36.242Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:36.242Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:37.128Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-13T06:42:37.128Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-13T06:42:37.129Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-13T06:42:37.129Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:37.131Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:37.131Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321757128,
  "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-11-13T06:42:37.231Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:37.232Z||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-11-13T06:42:37.232Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:37.243Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:37.243Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:38.133Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:42:38.133Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-13T06:42:38.133Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:42:38.133Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:42:38.135Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:42:38.136Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321758132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:42:38.236Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:42:38.237Z||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-11-13T06:42:38.237Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:42:38.251Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:42:38.251Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:42:39.136Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:42:39.149Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
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-11-13T06:42:39.151Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:42:39.152Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:42:39.152Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:43:09.152Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:43:09.165Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
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-11-13T06:43:09.168Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:43:09.168Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:43:09.169Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:43:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:43:14.450Z||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-11-13T06:43:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:43:14.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:43:14.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:43:14.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:43:14.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:43:39.169Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:43:39.191Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
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-11-13T06:43:39.193Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:43:39.194Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:43:39.194Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:44:09.194Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:44:09.206Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
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-11-13T06:44:09.208Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:44:09.208Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T06:44:09.208Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T06:44:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:44:14.450Z||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-11-13T06:44:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:44:14.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:44:14.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:14.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:44:14.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:14.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:14.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:44:14.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321737852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:14.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "aai-ml",
  "timestamp": 1668321738855,
  "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-11-13T06:44:14.990Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88331d3b-0cc9-423e-80ca-e98c6cf605ca
2022-11-13T06:44:14.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88331d3b-0cc9-423e-80ca-e98c6cf605ca 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-11-13T06:44:15.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321734447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321745268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321737789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321748339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321741327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321747804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321750093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "cds",
  "timestamp": 1668321749807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:44:15.031Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
2022-11-13T06:44:15.032Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 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-11-13T06:44:15.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321748878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321751156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321749942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321752224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321750987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321753253,
  "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-11-13T06:44:15.049Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
2022-11-13T06:44:15.049Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 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-11-13T06:44:15.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321752045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321754257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321753113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321754116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321755120,
  "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-11-13T06:44:15.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321756124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321757599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321757128,
  "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-11-13T06:44:15.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321758132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321752788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321744476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321761806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321762239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321762582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321763264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "cds",
  "timestamp": 1668321764025,
  "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-11-13T06:44:15.095Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3738dc6c-a147-4630-a675-7807823118a9
2022-11-13T06:44:15.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3738dc6c-a147-4630-a675-7807823118a9 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-11-13T06:44:15.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321763969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668321764267,
  "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-11-13T06:44:15.111Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3738dc6c-a147-4630-a675-7807823118a9
2022-11-13T06:44:15.111Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3738dc6c-a147-4630-a675-7807823118a9 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-11-13T06:44:15.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321764974,
  "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-11-13T06:44:15.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
2022-11-13T06:44:15.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 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-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321765366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "aai-ml",
  "timestamp": 1668321766371,
  "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-11-13T06:44:15.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
2022-11-13T06:44:15.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 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-11-13T06:44:15.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668321761327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321753050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321775072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321748830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321776590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321776916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668321777920,
  "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-11-13T06:44:15.150Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3738dc6c-a147-4630-a675-7807823118a9
2022-11-13T06:44:15.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3738dc6c-a147-4630-a675-7807823118a9 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-11-13T06:44:15.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321781979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:44:15.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:44:15.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:44:15.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "aai-ml",
  "timestamp": 1668321782983,
  "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-11-13T06:44:15.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3738dc6c-a147-4630-a675-7807823118a9
2022-11-13T06:44:15.161Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3738dc6c-a147-4630-a675-7807823118a9 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-11-13T06:44:39.209Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:44:39.221Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca
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-11-13T06:44:39.223Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:44:39.223Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:44:39.223Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:44:39.224Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:44:39.224Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:44:39.224Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:44:39.225Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:44:39.225Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:44:39.225Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:44:39.225Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:44:39.231Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:45:09.231Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca 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-11-13T06:45:09.239Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88331d3b-0cc9-423e-80ca-e98c6cf605ca and serviceModelVersionId: 8df19e28-3de6-4ebe-84a1-5c441d33bdb6
2022-11-13T06:45:09.239Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c05ec234-5907-462b-bbb8-73b389e13d01
2022-11-13T06:45:09.240Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0
2022-11-13T06:45:09.245Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:45:09.296Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0|INFO|500||Invoke
2022-11-13T06:45:09.297Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88331d3b-0cc9-423e-80ca-e98c6cf605ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd3dc786-d59e-47b1-8ace-48e9961932ac], X-ECOMP-RequestID=[88331d3b-0cc9-423e-80ca-e98c6cf605ca], X-TransactionId=[], X-ONAP-RequestID=[88331d3b-0cc9-423e-80ca-e98c6cf605ca], Content-Type=[application/merge-patch+json]}
2022-11-13T06:45:09.316Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:45:09.419Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?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/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-06:45:09:715-51901], vertex-id=[299104], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:45:09 GMT], Content-Type=[application/json]}
2022-11-13T06:45:09.419Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:45:09.420Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c05ec234-5907-462b-bbb8-73b389e13d01/model-vers/model-ver/8df19e28-3de6-4ebe-84a1-5c441d33bdb6?depth=0|INFO|500||InvokeReturn
2022-11-13T06:45:09.420Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:45:09.420Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:45:09.427Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:45:09.427Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88331d3b-0cc9-423e-80ca-e98c6cf605ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:45:09.427Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:45:09.428Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:09.446Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:09.446Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321909427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:45:09.529Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-11-13T06:45:09.530Z||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-11-13T06:45:09.530Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:09.558Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:09.558Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 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-11-13T06:45:10.458Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:45:10.458Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|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-11-13T06:45:10.458Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:45:14.450Z||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-11-13T06:45:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:14.894Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:14.895Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:45:14.895Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"50e7226f-48a2-4048-b20d-8ac7ff4df87b","serviceDescription":"service","serviceInvariantUUID":"58a5d723-90fb-40cb-942f-b7e7481a5531","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8443280-a95d-45ab-9d08-2e222b162168","resourceInvariantUUID":"ac3bd813-251c-4c8e-9dad-5c93010c56cf","resourceCustomizationUUID":"33bb089d-5812-4f0e-bdf1-220809d3c622","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":"ZTIyNDg4YzNhOTA2YmQ0OWIyYjYzYjc3MDA5NzZjZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5db373f-28ac-4e00-9d37-76b743edb4a3","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":"YzE2OTRhMGNhMTc3ODY0OGEwODc4YTQ5YzFiNTA5MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8117f078-6dcf-4194-9a82-699d5e7a9e18","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":"ee957ee5-8f34-4a28-af22-562bb5175c58","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":"9feaa844-b9da-47c7-8427-48eb09a63b12","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":"61b7ad05-a0c1-4cc1-8c82-db2b51427bcc","artifactVersion":"2","generatedFromUUID":"ee957ee5-8f34-4a28-af22-562bb5175c58"},{"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":"ZDAwZGZlOGMwODRiMWFjMmNhMzEzODBjNTVlOTk3ODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73f08d80-4b1f-494f-bae0-029ac1646588","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":"ZWFjZTBiMjczM2FlYTYyYjgwMzRiYjNiZDRmNzlhNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa351097-75f3-47ad-b7e0-d1ebdea7648d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmZmODRkOTU1M2YxNGEwNGE5YjUwMTQzZjk3NzBjODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b40dfa9-43e2-47f1-8060-0f2b0db4266f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:45:14.899Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:14.899Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:14.901Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:14.901Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:45:15.001Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:15.002Z||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-11-13T06:45:15.002Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:15.013Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:15.014Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:15.025Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:15.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:45:15.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88331d3b-0cc9-423e-80ca-e98c6cf605ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321909427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:45:15.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:45:15.902Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:15.903Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:15.905Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:15.905Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:45:16.005Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:45:16.005Z||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-11-13T06:45:16.005Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:16.017Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:16.017Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:16.905Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:16.906Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:16.907Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:16.907Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:45:17.011Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-13T06:45:17.012Z||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-11-13T06:45:17.012Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:17.021Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:17.022Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:17.909Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:17.910Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:17.913Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:17.913Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:45:18.011Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-13T06:45:18.012Z||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-11-13T06:45:18.012Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:18.026Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:18.026Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:18.914Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:18.914Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:18.916Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:18.916Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:45:19.023Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-13T06:45:19.024Z||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-11-13T06:45:19.024Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:19.038Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:19.038Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:19.917Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:19.917Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:19.919Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:19.920Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:45:20.019Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:20.020Z||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-11-13T06:45:20.020Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:20.032Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:20.033Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:45:20.927Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:20.927Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:20.931Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:20.931Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:45:21.029Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-13T06:45:21.030Z||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-11-13T06:45:21.030Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:21.040Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:21.041Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:21.932Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:45:21.933Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:21.935Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:21.935Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:45:22.035Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:22.036Z||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-11-13T06:45:22.036Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:22.052Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:22.053Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:22.937Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "50e7226f-48a2-4048-b20d-8ac7ff4df87b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58a5d723-90fb-40cb-942f-b7e7481a5531",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "33bb089d-5812-4f0e-bdf1-220809d3c622",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c8443280-a95d-45ab-9d08-2e222b162168",
      "resourceInvariantUUID": "ac3bd813-251c-4c8e-9dad-5c93010c56cf",
      "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": "YzE2OTRhMGNhMTc3ODY0OGEwODc4YTQ5YzFiNTA5MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8117f078-6dcf-4194-9a82-699d5e7a9e18",
          "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": "ee957ee5-8f34-4a28-af22-562bb5175c58",
          "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": "61b7ad05-a0c1-4cc1-8c82-db2b51427bcc",
            "generatedFromUUID": "ee957ee5-8f34-4a28-af22-562bb5175c58"
          },
          "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": "61b7ad05-a0c1-4cc1-8c82-db2b51427bcc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmZmODRkOTU1M2YxNGEwNGE5YjUwMTQzZjk3NzBjODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b40dfa9-43e2-47f1-8060-0f2b0db4266f"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:45:22.937Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:45:22.937Z|88331d3b-0cc9-423e-80ca-e98c6cf605ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50e7226f-48a2-4048-b20d-8ac7ff4df87b ASDC
2022-11-13T06:45:22.938Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:50e7226f-48a2-4048-b20d-8ac7ff4df87b
ServiceInvariantUUID:58a5d723-90fb-40cb-942f-b7e7481a5531
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:0b40dfa9-43e2-47f1-8060-0f2b0db4266f
ArtifactChecksum:ZmZmODRkOTU1M2YxNGEwNGE5YjUwMTQzZjk3NzBjODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:33bb089d-5812-4f0e-bdf1-220809d3c622
ResourceInvariantUUID:ac3bd813-251c-4c8e-9dad-5c93010c56cf
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c8443280-a95d-45ab-9d08-2e222b162168
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:8117f078-6dcf-4194-9a82-699d5e7a9e18
ArtifactChecksum:YzE2OTRhMGNhMTc3ODY0OGEwODc4YTQ5YzFiNTA5MDE=
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:ee957ee5-8f34-4a28-af22-562bb5175c58
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:61b7ad05-a0c1-4cc1-8c82-db2b51427bcc
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:61b7ad05-a0c1-4cc1-8c82-db2b51427bcc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-13T06:45:22.938Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50e7226f-48a2-4048-b20d-8ac7ff4df87b 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-11-13T06:45:22.990Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:45:22.990Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:45:22.990Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:45:22.991Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b40dfa9-43e2-47f1-8060-0f2b0db4266f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-13T06:45:22.991Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:45:22.991Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-13T06:45:23.137Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:45:23.141Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0b40dfa9-43e2-47f1-8060-0f2b0db4266f 82615
2022-11-13T06:45:23.141Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:45:23.141Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-13T06:45:23.142Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:45:23.142Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:23.144Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:23.144Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321923141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:45:23.244Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:45:23.245Z||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-11-13T06:45:23.245Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:23.267Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:23.268Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:24.145Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:45:24.146Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:45:24.146Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0b40dfa9-43e2-47f1-8060-0f2b0db4266f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:24.146Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-13T06:45:24.147Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:24.147Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:24.298Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11691743781535353556/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-11-13T06:45:25.365Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||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-11-13T06:45:25.366Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||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-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.367Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:45:25.368Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-13T06:45:25.369Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:25.370Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:25.371Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=268f2666-8c6a-42bc-b2d7-145642a5f8c6
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.372Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:25.373Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:50e7226f-48a2-4048-b20d-8ac7ff4df87b
Model Version:NULL
Model InvariantUuid:58a5d723-90fb-40cb-942f-b7e7481a5531
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:182d6904-0e3e-4dd8-a30d-fe09a7c95692
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac3bd813-251c-4c8e-9dad-5c93010c56cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:33bb089d-5812-4f0e-bdf1-220809d3c622
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79799dec-f481-48fd-a096-f5a206c5a976
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e3208a3a-f942-45bd-bcb5-46530e2a99f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:268f2666-8c6a-42bc-b2d7-145642a5f8c6
ModelInvariantUuid:b419d1c0-935b-4853-a017-22a8f2fecb63
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d9ea7325-e488-4cb0-86fe-e044f518858b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:655c6363-60d7-4c61-aff0-f09f0f9ebe76
ModelInvariantUuid:25cf5e00-3672-4b90-a822-c6b89d9e8012
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b5814be1-7833-4a51-a1ff-bbf050ee56c9
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-11-13T06:45:25.380Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c8443280-a95d-45ab-9d08-2e222b162168
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-11-13T06:45:25.382Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-11-13T06:45:25.382Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8443280-a95d-45ab-9d08-2e222b162168
2022-11-13T06:45:25.382Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8117f078-6dcf-4194-9a82-699d5e7a9e18 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-13T06:45:25.382Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:45:25.382Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-13T06:45:25.467Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:45:25.467Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8117f078-6dcf-4194-9a82-699d5e7a9e18 792
2022-11-13T06:45:25.467Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-13T06:45:25.467Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-13T06:45:25.467Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:45:25.468Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:25.469Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:25.470Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321925467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:45:25.569Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:25.570Z||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-11-13T06:45:25.570Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:25.587Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:25.588Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:26.470Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79799dec-f481-48fd-a096-f5a206c5a976",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3208a3a-f942-45bd-bcb5-46530e2a99f3",
    "vfModuleModelCustomizationUUID": "cf1196be-78b2-447b-95db-a4c7a1c2cd78",
    "isBase": true,
    "artifacts": [
      "ee957ee5-8f34-4a28-af22-562bb5175c58",
      "61b7ad05-a0c1-4cc1-8c82-db2b51427bcc"
    ],
    "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-11-13T06:45:26.472Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3208a3a-f942-45bd-bcb5-46530e2a99f3
VfModuleModelInvariantUUID:79799dec-f481-48fd-a096-f5a206c5a976
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee957ee5-8f34-4a28-af22-562bb5175c58
,
61b7ad05-a0c1-4cc1-8c82-db2b51427bcc

}
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-11-13T06:45:26.474Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79799dec-f481-48fd-a096-f5a206c5a976",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3208a3a-f942-45bd-bcb5-46530e2a99f3",
    "vfModuleModelCustomizationUUID": "cf1196be-78b2-447b-95db-a4c7a1c2cd78",
    "isBase": true,
    "artifacts": [
      "ee957ee5-8f34-4a28-af22-562bb5175c58",
      "61b7ad05-a0c1-4cc1-8c82-db2b51427bcc"
    ],
    "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-11-13T06:45:26.474Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3208a3a-f942-45bd-bcb5-46530e2a99f3
VfModuleModelInvariantUUID:79799dec-f481-48fd-a096-f5a206c5a976
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee957ee5-8f34-4a28-af22-562bb5175c58
,
61b7ad05-a0c1-4cc1-8c82-db2b51427bcc

}
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-11-13T06:45:26.474Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee957ee5-8f34-4a28-af22-562bb5175c58 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-13T06:45:26.474Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:45:26.475Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-13T06:45:26.526Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:45:26.526Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ee957ee5-8f34-4a28-af22-562bb5175c58 5033
2022-11-13T06:45:26.527Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-13T06:45:26.527Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-13T06:45:26.527Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:45:26.527Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:26.534Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:26.534Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321926527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:45:26.633Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:26.634Z||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-11-13T06:45:26.634Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:26.646Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:26.646Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:27.535Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61b7ad05-a0c1-4cc1-8c82-db2b51427bcc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-13T06:45:27.535Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:45:27.535Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-13T06:45:27.705Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:45:27.706Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 61b7ad05-a0c1-4cc1-8c82-db2b51427bcc 903
2022-11-13T06:45:27.706Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-13T06:45:27.706Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-13T06:45:27.707Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:45:27.707Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:27.710Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:27.710Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321927706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:45:27.810Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:45:27.811Z||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-11-13T06:45:27.811Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:27.826Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:27.826Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:28.711Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50e7226f-48a2-4048-b20d-8ac7ff4df87b
2022-11-13T06:45:28.711Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c8443280-a95d-45ab-9d08-2e222b162168 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-11-13T06:45:28.722Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@213eae8f, org.onap.sdc.toscaparser.api.parameters.Input@23cb0ada, org.onap.sdc.toscaparser.api.parameters.Input@2903016b, org.onap.sdc.toscaparser.api.parameters.Input@291590d, org.onap.sdc.toscaparser.api.parameters.Input@568fd506]
2022-11-13T06:45:28.725Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.725Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.725Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-13T06:45:28.725Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 33bb089d-5812-4f0e-bdf1-220809d3c622
2022-11-13T06:45:28.726Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33bb089d-5812-4f0e-bdf1-220809d3c622 matches Tosca VF Customization UUID: 33bb089d-5812-4f0e-bdf1-220809d3c622
2022-11-13T06:45:28.726Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 33bb089d-5812-4f0e-bdf1-220809d3c622  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-11-13T06:45:28.729Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.730Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.753Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 33bb089d-5812-4f0e-bdf1-220809d3c622: {\"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-11-13T06:45:28.753Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1401a7ee
2022-11-13T06:45:28.753Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.754Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T06:45:28.754Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf1196be-78b2-447b-95db-a4c7a1c2cd78
2022-11-13T06:45:28.755Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf1196be-78b2-447b-95db-a4c7a1c2cd78
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-11-13T06:45:28.760Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.761Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:28.762Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:28.762Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.768Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:28.768Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:28.769Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.769Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-13T06:45:28.770Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-13T06:45:28.770Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T06:45:28.770Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=268f2666-8c6a-42bc-b2d7-145642a5f8c6
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-11-13T06:45:28.779Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.780Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:28.780Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T06:45:28.780Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.781Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-13T06:45:28.781Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=33bb089d-5812-4f0e-bdf1-220809d3c622
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-11-13T06:45:28.783Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.783Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.783Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 50e7226f-48a2-4048-b20d-8ac7ff4df87b: basic_vm_macro
2022-11-13T06:45:28.783Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.784Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.784Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.784Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.784Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.785Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.785Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.785Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.785Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:45:28.786Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:45:28.786Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T06:45:28.896Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c8443280-a95d-45ab-9d08-2e222b162168 1 ASDC deployResourceStructure
2022-11-13T06:45:28.896Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-13T06:45:28.897Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-13T06:45:28.897Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:45:28.897Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:28.904Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:28.904Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321928896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:45:29.004Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:29.005Z||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-11-13T06:45:29.005Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:29.021Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:29.021Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:29.905Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-13T06:45:29.906Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-13T06:45:29.906Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:45:29.906Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:29.908Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:29.908Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321929905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:45:30.009Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:45:30.010Z||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-11-13T06:45:30.010Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:30.021Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:30.022Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:30.911Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-13T06:45:30.912Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-13T06:45:30.912Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:45:30.912Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:30.914Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:30.915Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321930911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:45:31.014Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:45:31.016Z||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-11-13T06:45:31.016Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:31.051Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:31.052Z||pool-126-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:45:31.915Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:45:31.916Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-13T06:45:31.916Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:45:31.916Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:45:31.921Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:45:31.921Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321931915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:45:32.017Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-13T06:45:32.018Z||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-11-13T06:45:32.018Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:45:32.039Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:45:32.039Z||pool-127-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:45:32.922Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:45:32.932Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79
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-11-13T06:45:32.934Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:45:32.934Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:45:32.934Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:45:32.935Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:45:32.935Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:45:32.935Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:45:32.935Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:45:32.935Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:45:32.936Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:45:32.936Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:45:32.940Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:46:02.941Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 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-11-13T06:46:02.958Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 and serviceModelVersionId: 50e7226f-48a2-4048-b20d-8ac7ff4df87b
2022-11-13T06:46:02.958Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58a5d723-90fb-40cb-942f-b7e7481a5531
2022-11-13T06:46:02.960Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?depth=0
2022-11-13T06:46:02.969Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:46:03.031Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?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-11-13T06:46:03.034Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?depth=0|INFO|500||Invoke
2022-11-13T06:46:03.059Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:46:03.151Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?depth=0|INFO|500||InvokeReturn
2022-11-13T06:46:03.152Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58a5d723-90fb-40cb-942f-b7e7481a5531/model-vers/model-ver/50e7226f-48a2-4048-b20d-8ac7ff4df87b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-06:46:03:460-10334], vertex-id=[278608], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:46:03 GMT], Content-Type=[application/json]}
2022-11-13T06:46:03.152Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:46:03.153Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:46:03.153Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:46:03.167Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:46:03.167Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:46:03.167Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:46:03.168Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:03.172Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:03.172Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321963167,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:46:03.272Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:03.274Z||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-11-13T06:46:03.274Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:03.290Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:03.292Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 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-11-13T06:46:04.208Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-13T06:46:04.208Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3738dc6c-a147-4630-a675-7807823118a9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"084c41a9-1130-41f5-964a-b1bdd142b785","serviceDescription":"service","serviceInvariantUUID":"4aeb5c93-7c00-4322-82b1-ae1222708275","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"652e87ce-332d-4df9-8640-00820322dfc0","resourceInvariantUUID":"61df8887-ff09-4c54-939e-97a32b5033a7","resourceCustomizationUUID":"970341bd-835b-41c5-8437-fdcc3791b42b","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":"MGIzMmRmYmQ3YjllZjI4NjM4NWRiOThiYTc3OGVlNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5717c0c5-6c26-4391-9870-7a17d21d5f19","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":"d73513a5-5847-425e-9b17-c879b5e432b6","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":"b954bacd-128f-4842-8719-51f96b9bdbf8","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":"ZWU0ZWEzNzA0NjU1NzZmNGM0OWI4NzA2OWFhMTA3YmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d9cae29e-ce29-47cb-9315-1d4d5de50d91","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":"b2e48d42-5a39-40de-ae9e-e8c835fdbdf6","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":"2f0f5d0d-1821-4ed4-8688-b171fabe15de","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":"f9514dd6-cc33-444f-8816-aa6c74a4016f","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":"YmE0MTUzYzdkY2RjYWQyODU5MTNmMmEzOTBjMzNjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27455787-0590-42ae-b678-6bac26ec191c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzVlZWZkYTAwNTA2MzBlYTkxZDU5ZjQ0N2MzNmY5YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccb1eae4-2091-45f2-900a-2d69b438a7f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T06:46:04.208Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:04.209Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:04.211Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:04.211Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:04.311Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:04.312Z||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-11-13T06:46:04.312Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:04.324Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:04.324Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:05.215Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:05.220Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:05.222Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:05.223Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:05.322Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:05.323Z||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-11-13T06:46:05.323Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:05.334Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:05.335Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:06.224Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:06.225Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:06.228Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:06.228Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:06.328Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:06.329Z||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-11-13T06:46:06.329Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:06.354Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:06.355Z||pool-131-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:46:07.229Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:07.230Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:07.248Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:07.249Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:07.348Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:07.349Z||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-11-13T06:46:07.350Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:07.361Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:07.362Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:46:08.249Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:08.250Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:08.252Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:08.252Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:08.352Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:08.353Z||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-11-13T06:46:08.353Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:08.371Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:08.371Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:09.252Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:09.253Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:09.254Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:09.254Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:09.354Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:09.355Z||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-11-13T06:46:09.355Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:09.368Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:09.368Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:10.255Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:10.255Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:10.259Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:10.260Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:10.359Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:10.360Z||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-11-13T06:46:10.360Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:10.371Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:10.372Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:11.260Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:11.260Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:11.263Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:11.263Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:11.363Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:11.364Z||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-11-13T06:46:11.364Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:11.378Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:11.380Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-13T06:46:12.263Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T06:46:12.264Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:12.265Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:12.265Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:46:12.365Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:12.366Z||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-11-13T06:46:12.367Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:12.378Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:12.378Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:13.266Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "084c41a9-1130-41f5-964a-b1bdd142b785",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4aeb5c93-7c00-4322-82b1-ae1222708275",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "970341bd-835b-41c5-8437-fdcc3791b42b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "652e87ce-332d-4df9-8640-00820322dfc0",
      "resourceInvariantUUID": "61df8887-ff09-4c54-939e-97a32b5033a7",
      "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": "NzVlZWZkYTAwNTA2MzBlYTkxZDU5ZjQ0N2MzNmY5YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccb1eae4-2091-45f2-900a-2d69b438a7f2"
    }
  ],
  "workloadContext": "Production"
}
2022-11-13T06:46:13.266Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T06:46:13.266Z|25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 084c41a9-1130-41f5-964a-b1bdd142b785 ASDC
2022-11-13T06:46:13.267Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3738dc6c-a147-4630-a675-7807823118a9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:084c41a9-1130-41f5-964a-b1bdd142b785
ServiceInvariantUUID:4aeb5c93-7c00-4322-82b1-ae1222708275
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:ccb1eae4-2091-45f2-900a-2d69b438a7f2
ArtifactChecksum:NzVlZWZkYTAwNTA2MzBlYTkxZDU5ZjQ0N2MzNmY5YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:970341bd-835b-41c5-8437-fdcc3791b42b
ResourceInvariantUUID:61df8887-ff09-4c54-939e-97a32b5033a7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:652e87ce-332d-4df9-8640-00820322dfc0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-13T06:46:13.267Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 084c41a9-1130-41f5-964a-b1bdd142b785 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-11-13T06:46:13.295Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:46:13.295Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:46:13.295Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:46:13.295Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ccb1eae4-2091-45f2-900a-2d69b438a7f2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-13T06:46:13.295Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-13T06:46:13.296Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-13T06:46:13.427Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-13T06:46:13.432Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ccb1eae4-2091-45f2-900a-2d69b438a7f2 110871
2022-11-13T06:46:13.432Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:46:13.433Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-13T06:46:13.433Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T06:46:13.433Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:13.435Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:13.435Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321973432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:46:13.534Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:13.535Z||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-11-13T06:46:13.536Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:13.551Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:13.551Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:14.437Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T06:46:14.438Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-13T06:46:14.438Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ccb1eae4-2091-45f2-900a-2d69b438a7f2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:14.438Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-13T06:46:14.439Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:14.439Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:14.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:46:14.454Z||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-11-13T06:46:14.454Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:14.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:46:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:46:14.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:46:14.687Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2349487700224711709/Definitions/service-TestPnfMacro-template.yml
2022-11-13T06:46:15.546Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.547Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:46:15.548Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.549Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.550Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:084c41a9-1130-41f5-964a-b1bdd142b785
Model Version:NULL
Model InvariantUuid:4aeb5c93-7c00-4322-82b1-ae1222708275
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-11-13T06:46:15.558Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 652e87ce-332d-4df9-8640-00820322dfc0
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-11-13T06:46:15.560Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-11-13T06:46:15.560Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 652e87ce-332d-4df9-8640-00820322dfc0
2022-11-13T06:46:15.560Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 084c41a9-1130-41f5-964a-b1bdd142b785
2022-11-13T06:46:15.560Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 084c41a9-1130-41f5-964a-b1bdd142b785
2022-11-13T06:46:15.561Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 652e87ce-332d-4df9-8640-00820322dfc0 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-11-13T06:46:15.565Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@104178a2, org.onap.sdc.toscaparser.api.parameters.Input@28604be6, org.onap.sdc.toscaparser.api.parameters.Input@61f70e0c, org.onap.sdc.toscaparser.api.parameters.Input@6af954e3, org.onap.sdc.toscaparser.api.parameters.Input@71e6a576]
2022-11-13T06:46:15.565Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.565Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.566Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 084c41a9-1130-41f5-964a-b1bdd142b785: test-pnf
2022-11-13T06:46:15.566Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Processing PNF resource: 652e87ce-332d-4df9-8640-00820322dfc0
2022-11-13T06:46:15.566Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-13T06:46:15.566Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T06:46:15.567Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||Resource customization UUID: 970341bd-835b-41c5-8437-fdcc3791b42b is the same as notified resource customizationUUID: 970341bd-835b-41c5-8437-fdcc3791b42b
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-11-13T06:46:15.598Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 652e87ce-332d-4df9-8640-00820322dfc0 0 ASDC deployResourceStructure
2022-11-13T06:46:15.598Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-13T06:46:15.598Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-13T06:46:15.598Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T06:46:15.599Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:15.600Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:15.600Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321975598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:46:15.700Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T06:46:15.701Z||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-11-13T06:46:15.701Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:15.712Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:15.713Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-13T06:46:16.601Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3738dc6c-a147-4630-a675-7807823118a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-13T06:46:16.613Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3738dc6c-a147-4630-a675-7807823118a9
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-11-13T06:46:16.616Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T06:46:16.616Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T06:46:16.616Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T06:46:16.616Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-13T06:46:16.617Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-13T06:46:16.622Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T06:46:46.623Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3738dc6c-a147-4630-a675-7807823118a9 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-11-13T06:46:46.628Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3738dc6c-a147-4630-a675-7807823118a9 and serviceModelVersionId: 084c41a9-1130-41f5-964a-b1bdd142b785
2022-11-13T06:46:46.628Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4aeb5c93-7c00-4322-82b1-ae1222708275
2022-11-13T06:46:46.629Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?depth=0
2022-11-13T06:46:46.634Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T06:46:46.673Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?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-11-13T06:46:46.674Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?depth=0|INFO|500||Invoke
2022-11-13T06:46:46.693Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-13T06:46:46.781Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?depth=0|INFO|500||InvokeReturn
2022-11-13T06:46:46.782Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4aeb5c93-7c00-4322-82b1-ae1222708275/model-vers/model-ver/084c41a9-1130-41f5-964a-b1bdd142b785?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-06:46:47:096-88375], vertex-id=[262320], Content-Length=[0], Date=[Sun, 13 Nov 2022 06:46:47 GMT], Content-Type=[application/json]}
2022-11-13T06:46:46.782Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T06:46:46.782Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T06:46:46.782Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T06:46:46.791Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-13T06:46:46.792Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3738dc6c-a147-4630-a675-7807823118a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T06:46:46.792Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T06:46:46.792Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-13T06:46:46.794Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T06:46:46.794Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668322006792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:46:46.894Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T06:46:46.895Z||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-11-13T06:46:46.895Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:46.914Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:46.915Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 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-11-13T06:46:47.805Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:46:47.806Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:46:47.806Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:46:57.353Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:46:57.354Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:46:57.355Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:46:57.355Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:47:06.902Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:47:06.902Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:47:06.903Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:47:06.903Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:47:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:47:14.450Z||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-11-13T06:47:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:47:14.475Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-13T06:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321923141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321925467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321926527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321927706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321928896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321929905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321930911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321931915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25b12d6a-bcb4-4bbb-b9ab-aa73a4cfef79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321963167,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-13T06:47:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321910458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321973432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-13T06:47:14.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:47:16.456Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:47:16.457Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:47:16.457Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:47:16.457Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:47:26.128Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:48:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:48:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:48:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:48:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:48:14.449Z||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-11-13T06:48:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:48:14.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:48:14.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-13T06:48:14.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668321975598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-13T06:48:14.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:48:14.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-13T06:48:14.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3738dc6c-a147-4630-a675-7807823118a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668322006792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T06:48:14.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T06:48:24.019Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:49:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:49:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:49:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:49:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:49:14.450Z||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-11-13T06:49:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:49:23.999Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:49:24.006Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:50:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:50:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:50:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:50:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:50:14.449Z||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-11-13T06:50:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:50:24.051Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:50:24.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:51:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:51:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:51:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:51:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:51:14.449Z||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-11-13T06:51:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:51:24.003Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:51:24.011Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:52:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:52:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:52:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:52:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:52:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:52:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:52:23.995Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:52:23.996Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:53:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:53:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:53:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:53:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:53:14.450Z||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-11-13T06:53:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:53:24.013Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:53:24.013Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:54:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:54:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:54:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:54:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:54:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T06:54:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:54:23.998Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:54:23.998Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:55:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:55:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:55:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:55:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:55:14.450Z||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-11-13T06:55:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:55:24.001Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:55:24.032Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:56:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:56:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:56:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:56:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:56:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:56:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:56:24.025Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:56:24.046Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:57:14.447Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:57:14.448Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T06:57:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:57:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:57:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T06:57:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:57:23.997Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:57:24.002Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:58:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:58:14.448Z||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-11-13T06:58:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:58:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:58:14.450Z||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-11-13T06:58:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:58:23.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:58:23.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:59:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:59:14.448Z||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-11-13T06:59:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:59:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T06:59:14.449Z||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-11-13T06:59:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T06:59:24.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T06:59:24.045Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:00:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:00:14.448Z||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-11-13T07:00:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:00:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:00:14.450Z||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-11-13T07:00:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:00:23.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:00:24.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:01:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:01:14.448Z||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-11-13T07:01:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:01:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:01:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:01:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:01:24.028Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:01:24.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:02:14.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:02:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:02:14.451Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:02:14.451Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:02:14.451Z||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-11-13T07:02:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:02:24.039Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:02:24.041Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:03:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:03:14.448Z||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-11-13T07:03:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:03:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:03:14.450Z||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-11-13T07:03:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:03:24.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:03:24.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:04:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:04:14.448Z||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-11-13T07:04:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:04:14.451Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:04:14.452Z||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-11-13T07:04:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:04:23.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:04:24.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:05:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:05:14.448Z||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-11-13T07:05:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:05:14.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:05:14.450Z||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-11-13T07:05:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:05:24.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:05:24.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:06:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:06:14.448Z||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-11-13T07:06:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:06:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:06:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:06:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:06:24.027Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:06:24.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:07:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:07:14.448Z||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-11-13T07:07:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:07:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:07:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:07:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:07:23.994Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:07:23.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:08:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:08:14.448Z||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-11-13T07:08:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:08:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:08:14.450Z||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-11-13T07:08:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:08:23.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:08:23.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:09:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:09:14.448Z||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-11-13T07:09:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:09:14.451Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:09:14.452Z||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-11-13T07:09:14.452Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:09:24.017Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:09:24.040Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:10:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:10:14.448Z||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-11-13T07:10:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:10:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:10:14.450Z||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-11-13T07:10:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:10:23.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:10:23.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:11:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:11:14.448Z||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-11-13T07:11:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:11:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:11:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T07:11:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:11:24.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:11:24.031Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:12:14.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:12:14.449Z||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-11-13T07:12:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:12:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:12:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:12:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:12:24.034Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:12:24.034Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:13:14.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:13:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:13:14.450Z||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-11-13T07:13:14.450Z||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-11-13T07:13:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:13:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:13:24.014Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:13:24.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:14:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:14:14.448Z||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-11-13T07:14:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:14:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:14:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T07:14:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:14:24.016Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:14:24.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:15:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:15:14.448Z||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-11-13T07:15:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:15:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:15:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T07:15:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:15:24.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:15:24.030Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:16:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:16:14.448Z||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-11-13T07:16:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:16:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:16:14.450Z||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-11-13T07:16:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:16:24.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:16:24.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:17:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:17:14.448Z||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-11-13T07:17:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:17:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:17:14.450Z||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-11-13T07:17:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:17:24.041Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:17:24.048Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:18:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:18:14.448Z||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-11-13T07:18:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:18:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:18:14.450Z||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-11-13T07:18:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:18:24.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:18:24.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:19:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:19:14.448Z||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-11-13T07:19:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:19:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:19:14.449Z||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-11-13T07:19:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:19:24.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:19:24.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:20:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:20:14.448Z||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-11-13T07:20:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:20:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:20:14.450Z||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-11-13T07:20:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:20:24.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:20:24.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:21:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:21:14.448Z||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-11-13T07:21:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:21:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:21:14.449Z||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-11-13T07:21:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:21:24.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:21:24.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:22:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:22:14.449Z||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-11-13T07:22:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:22:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:22:14.450Z||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-11-13T07:22:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:22:24.010Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:22:24.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:23:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:23:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:23:14.451Z||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-11-13T07:23:14.451Z||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-11-13T07:23:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:23:14.451Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:23:24.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:23:24.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:24:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:24:14.448Z||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-11-13T07:24:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:24:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:24:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T07:24:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:24:24.001Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:24:24.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:25:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:25:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:25:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:25:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:25:14.449Z||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-11-13T07:25:14.461Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:25:24.023Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:25:24.024Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:26:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:26:14.448Z||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-11-13T07:26:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:26:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:26:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:26:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:26:24.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:26:24.007Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:27:14.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:27:14.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:27:14.453Z||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-11-13T07:27:14.453Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:27:14.453Z||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-11-13T07:27:14.454Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:27:24.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:27:24.017Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:28:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:28:14.448Z||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-11-13T07:28:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:28:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:28:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T07:28:14.450Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:28:24.043Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:28:24.045Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:29:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:29:14.448Z||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-11-13T07:29:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:29:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:29:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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-11-13T07:29:14.449Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:29:24.002Z|906f7455-5b1a-4b8f-9bc3-0592a64d1483|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:29:24.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:30:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:30:14.448Z||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-11-13T07:30:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:30:14.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:30:14.449Z||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-11-13T07:30:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:30:24.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:30:24.046Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:31:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:31:14.448Z||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-11-13T07:31:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:31:14.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:31:14.449Z||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-11-13T07:31:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:31:24.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:31:24.009Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:32:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:32:14.448Z||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-11-13T07:32:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:32:14.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:32:14.450Z||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-11-13T07:32:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:32:24.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:32:24.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:33:14.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:33:14.448Z||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-11-13T07:33:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:33:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:33:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:33:14.450Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:33:24.002Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:33:24.010Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:34:14.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:34:14.449Z||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-11-13T07:34:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:34:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:34:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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-11-13T07:34:14.449Z|3738dc6c-a147-4630-a675-7807823118a9|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:34:24.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:34:24.009Z|3738dc6c-a147-4630-a675-7807823118a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:35:14.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:35:14.448Z||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-11-13T07:35:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:35:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:35:14.450Z||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-11-13T07:35:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:35:24.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:35:24.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:36:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:36:14.448Z||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-11-13T07:36:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:36:14.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:36:14.449Z||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-11-13T07:36:14.449Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:36:24.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:36:24.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:37:14.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:37:14.448Z||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-11-13T07:37:14.448Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:37:14.449Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:37:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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-11-13T07:37:14.450Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:37:24.001Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:37:24.005Z|f7d67ae3-0bc9-4093-bb54-2908b478e31c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:38:14.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:38:14.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T07:38:14.450Z||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-11-13T07:38:14.450Z||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-11-13T07:38:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:38:14.450Z||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 jgtyB4YGWtAdaFH1) ...
2022-11-13T07:38:24.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-13T07:38:24.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK