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-11T05:27:14.894Z||main|||||INFO|500||The following profiles are active: basic
2022-11-11T05:27:27.404Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-11T05:27:27.408Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-11T05:27:27.587Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-11T05:27:32.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-11T05:27:32.475Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-11T05:27:32.946Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-11T05:27:32.954Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-11T05:27:33.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-11T05:27:33.371Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-11T05:27:33.965Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-11T05:27:36.006Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T05:27:38.395Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T05:27:38.455Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-11T05:27:39.203Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T05:27:39.453Z||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-11T05:27:40.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T05:27:41.981Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-11T05:27:42.005Z||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$$4f705321.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-11T05:27:42.006Z||main|||||WARN|500||The sdc end point is not alive
2022-11-11T05:27:45.237Z||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-11T05:27:48.108Z||main|||||WARN|500||---
2022-11-11T05:27:48.109Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-11T05:27:48.110Z||main|||||WARN|500||---
2022-11-11T05:27:48.589Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-11T05:27:53.520Z||main|||||INFO|500||Started Application in 42.415 seconds (JVM running for 45.016)
2022-11-11T05:27:53.535Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T05:27:53.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T05:27:53.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T05:27:53.581Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T05:27:53.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4a23bb6-4515-4080-8463-b27137412e00 url= /sdc/v1/artifactTypes
2022-11-11T05:27:53.624Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-11T05:27:53.881Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-11T05:27:53.906Z||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-11T05:27:53.926Z||scheduling-1|||||DEBUG|500||create keys
2022-11-11T05:27:53.965Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-11T05:27:54.007Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:27:54.028Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 83eec599-54d2-4a08-b1dd-246504c0692c url= /sdc/v1/registerForDistribution
2022-11-11T05:27:54.138Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 83eec599-54d2-4a08-b1dd-246504c0692c url= /sdc/v1/registerForDistribution
2022-11-11T05:27:54.139Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-11T05:27:54.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:27:54.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:27:54.160Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-11T05:27:54.162Z||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-11T05:27:54.162Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:27:54.163Z||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-11T05:27:54.163Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:28:04.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:28:04.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:28:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:28:54.151Z||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-11T05:28:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:28:54.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:28:54.155Z||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-11T05:28:54.156Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:29:03.719Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:29:03.720Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:29:54.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:29:54.149Z||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-11T05:29:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:29:54.152Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:29:54.152Z||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-11T05:29:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:30:03.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:30:03.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:30:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:30:54.149Z||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-11T05:30:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:30:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:30:54.152Z||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-11T05:30:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:31:03.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:31:03.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:31:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:31:54.149Z||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-11T05:31:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:31:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:31:54.151Z||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-11T05:31:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:32:03.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:32:03.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:32:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:32:54.149Z||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-11T05:32:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:32:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:32:54.151Z||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-11T05:32:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:33:03.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:33:03.696Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:33:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:33:54.150Z||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-11T05:33:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:33:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:33:54.151Z||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-11T05:33:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:34:03.705Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:34:03.736Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:34:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:34:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:34:54.152Z||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-11T05:34:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:34:54.152Z||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-11T05:34:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:35:03.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:35:03.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:35:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:35:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:35:54.152Z||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-11T05:35:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:35:54.153Z||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-11T05:35:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:36:03.702Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:36:03.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:36:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:36:54.149Z||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-11T05:36:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:36:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:36:54.151Z||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-11T05:36:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:37:03.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:37:03.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:37:47.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-11T05:37:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:37:54.149Z||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-11T05:37:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:37:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:37:54.151Z||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-11T05:37:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:38:03.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:38:03.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:38:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:38:54.149Z||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-11T05:38:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:38:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:38:54.151Z||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-11T05:38:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:39:03.715Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:39:03.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:39:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:39:54.149Z||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-11T05:39:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:39:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:39:54.152Z||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-11T05:39:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:40:03.713Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:40:03.727Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:40:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:40:54.149Z||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-11T05:40:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:40:54.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:40:54.153Z||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-11T05:40:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:41:03.700Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:41:03.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:41:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:41:54.149Z||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-11T05:41:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:41:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:41:54.152Z||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-11T05:41:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:42:03.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:42:03.710Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:42:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:42:54.150Z||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-11T05:42:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:42:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:42:54.151Z||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-11T05:42:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:43:03.704Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:43:03.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:43:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:43:54.149Z||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-11T05:43:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:43:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:43:54.151Z||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-11T05:43:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:44:03.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:44:03.753Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:44:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:44:54.149Z||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-11T05:44:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:44:54.151Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:44:54.151Z||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-11T05:44:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:45:03.704Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:45:03.704Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:45:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:45:54.149Z||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-11T05:45:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:45:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:45:54.151Z||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-11T05:45:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:46:03.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:46:03.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:46:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:46:54.149Z||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-11T05:46:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:46:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:46:54.151Z||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-11T05:46:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:47:03.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:47:03.696Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:47:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:47:54.149Z||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-11T05:47:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:47:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:47:54.151Z||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-11T05:47:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:48:03.716Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:48:03.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:48:54.148Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:48:54.149Z||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-11T05:48:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:48:54.151Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:48:54.152Z||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-11T05:48:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:49:03.729Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:49:03.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:49:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:49:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:49:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:49:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:49:54.151Z||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-11T05:49:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:50:03.723Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:50:03.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:50:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:50:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:50:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:50:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:50:54.151Z||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-11T05:50:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:51:03.704Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:51:03.704Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:51:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:51:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:51:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:51:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:51:54.151Z||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-11T05:51:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:52:03.736Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:52:03.736Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:52:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:52:54.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:52:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:52:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:52:54.151Z||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-11T05:52:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:53:03.741Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:53:03.768Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:53:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:53:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:53:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:53:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:53:54.151Z||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-11T05:53:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:54:03.702Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:54:03.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:54:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:54:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:54:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:54:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:54:54.151Z||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-11T05:54:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:55:03.708Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:55:03.713Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:55:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:55:54.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:55:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:55:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:55:54.151Z||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-11T05:55:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:56:03.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:56:03.729Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:56:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:56:54.148Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:56:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:56:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:56:54.151Z||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-11T05:56:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:57:03.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:57:03.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:57:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:57:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:57:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:57:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:57:54.151Z||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-11T05:57:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:58:03.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:58:03.702Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:58:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:58:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:58:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:58:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:58:54.151Z||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-11T05:58:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:59:03.713Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:59:03.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T05:59:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:59:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:59:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:59:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:59:54.151Z||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-11T05:59:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:00:03.707Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:00:03.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:00:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:00:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:00:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:00:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:00:54.151Z||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-11T06:00:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:01:03.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:01:03.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:01:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:01:54.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:01:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:01:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:01:54.151Z||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-11T06:01:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:02:03.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:02:03.715Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:02:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:02:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:02:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:02:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:02:54.151Z||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-11T06:02:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:03:03.708Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:03:03.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:03:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:03:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:03:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:03:54.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:03:54.152Z||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-11T06:03:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:04:03.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:04:03.726Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:04:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:04:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:04:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:04:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:04:54.151Z||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-11T06:04:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:05:03.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:05:03.748Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:05:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:05:54.149Z||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-11T06:05:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:05:54.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:05:54.152Z||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-11T06:05:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:06:03.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:06:03.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:06:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:06:54.149Z||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-11T06:06:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:06:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:06:54.151Z||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-11T06:06:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:07:03.710Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:07:03.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:07:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:07:54.149Z||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-11T06:07:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:07:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:07:54.151Z||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-11T06:07:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:08:03.708Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:08:03.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:08:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:08:54.149Z||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-11T06:08:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:08:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:08:54.151Z||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-11T06:08:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:09:03.706Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:09:03.708Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:09:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:09:54.150Z||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-11T06:09:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:09:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:09:54.153Z||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-11T06:09:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:03.708Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:03.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:54.147Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:10:54.148Z||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-11T06:10:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:10:54.152Z||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-11T06:10:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147017373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147016239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147018902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147026172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147027697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147026797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147028775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147020966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147029839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147028913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147030929,
  "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-11T06:10:54.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "cds",
  "timestamp": 1668147029943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-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-11T06:10:54.662Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147024913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147031934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147031923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147032930,
  "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-11T06:10:54.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147041760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "aai-ml",
  "timestamp": 1668147042765,
  "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-11T06:10:54.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:10:54.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:54.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53fd1506-fa4d-45fe-b85b-b187ecc01348","serviceName":"vFW 2022-11-11 06-09-24","serviceVersion":"1.0","serviceUUID":"3d67b3ce-84b7-4349-af6e-c9777e2c0f22","serviceDescription":"catalog service description","serviceInvariantUUID":"1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4","resources":[{"resourceInstanceName":"vFW f1a5bf63-0fba 0","resourceName":"vFW f1a5bf63-0fba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"870e13dc-cff3-4113-8e89-0fe3d089b366","resourceInvariantUUID":"52708adf-8925-45f8-8e19-3edff4cadd13","resourceCustomizationUUID":"f22b2522-abdb-427c-b7c6-55ded09093b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml","artifactChecksum":"YjBkM2RiNWVlMmFjMjBmYjIwZDE5ZjlkMzE5NDA3NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e0d387f-e9de-4a7d-b2e0-d35d02ee566e","artifactVersion":"1"},{"artifactName":"vfwf1a5bf630fba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json","artifactChecksum":"MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"371d6801-7263-4c10-8a18-be9a6c6cc2c2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml","artifactChecksum":"MzJiZmZjZTE5NWJlY2M1ZTJkZGI1MzU2MTBmMjk2NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f6c9f33-7a90-49e8-8a36-27ee7a03804e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a7d66a4-7391-460f-88dc-1a3a7e435a92","artifactVersion":"2","generatedFromUUID":"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221111060924-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml","artifactChecksum":"MDRhNzZiZWUyZmExZmYyYzAwZDgyNGRjYmQ2NGI5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2b4cd8-5afa-4d06-9c8d-ca96958dab8a","artifactVersion":"1"},{"artifactName":"service-Vfw20221111060924-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar","artifactChecksum":"MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69a02062-906c-49fc-ab98-7915031cbf38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:10:54.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:54.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:54.815Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:54.816Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.915Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-11T06:10:54.922Z||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-11T06:10:54.922Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.933Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:54.933Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:55.825Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:55.826Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:55.828Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:55.828Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:10:55.928Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:55.930Z||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-11T06:10:55.930Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:55.942Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:55.944Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:56.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:56.831Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:56.833Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:56.834Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:10:56.934Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:56.935Z||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-11T06:10:56.935Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:56.946Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:56.946Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:57.835Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:57.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:57.838Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:57.839Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:57.939Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:57.941Z||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-11T06:10:57.942Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:57.956Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:57.957Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:58.839Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:58.841Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:58.843Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:58.844Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-11T06:10:58.944Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:58.945Z||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-11T06:10:58.945Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:58.954Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:58.955Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:59.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:59.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:59.848Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:59.848Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:10:59.948Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:59.949Z||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-11T06:10:59.949Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:59.960Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:10:59.961Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:00.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:11:00.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:00.852Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:00.853Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:11:00.956Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-11T06:11:00.957Z||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-11T06:11:00.958Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:00.969Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:00.970Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:01.855Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "serviceName": "vFW 2022-11-11 06-09-24",
  "serviceVersion": "1.0",
  "serviceUUID": "3d67b3ce-84b7-4349-af6e-c9777e2c0f22",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4",
  "resources": [
    {
      "resourceInstanceName": "vFW f1a5bf63-0fba 0",
      "resourceCustomizationUUID": "f22b2522-abdb-427c-b7c6-55ded09093b4",
      "resourceName": "vFW f1a5bf63-0fba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "870e13dc-cff3-4113-8e89-0fe3d089b366",
      "resourceInvariantUUID": "52708adf-8925-45f8-8e19-3edff4cadd13",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf1a5bf630fba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
          "artifactChecksum": "MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "371d6801-7263-4c10-8a18-be9a6c6cc2c2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4a7d66a4-7391-460f-88dc-1a3a7e435a92",
            "generatedFromUUID": "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4a7d66a4-7391-460f-88dc-1a3a7e435a92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221111060924-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
      "artifactChecksum": "MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69a02062-906c-49fc-ab98-7915031cbf38"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:11:01.856Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:11:01.857Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d67b3ce-84b7-4349-af6e-c9777e2c0f22 ASDC
2022-11-11T06:11:01.973Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:53fd1506-fa4d-45fe-b85b-b187ecc01348
ServiceName:vFW 2022-11-11 06-09-24
ServiceVersion:1.0
ServiceUUID:3d67b3ce-84b7-4349-af6e-c9777e2c0f22
ServiceInvariantUUID:1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221111060924-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
ArtifactUUID:69a02062-906c-49fc-ab98-7915031cbf38
ArtifactChecksum:MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f1a5bf63-0fba 0
ResourceCustomizationUUID:f22b2522-abdb-427c-b7c6-55ded09093b4
ResourceInvariantUUID:52708adf-8925-45f8-8e19-3edff4cadd13
ResourceName:vFW f1a5bf63-0fba
ResourceType:VF
ResourceUUID:870e13dc-cff3-4113-8e89-0fe3d089b366
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf1a5bf630fba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
ArtifactUUID:371d6801-7263-4c10-8a18-be9a6c6cc2c2
ArtifactChecksum:MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E=
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
ArtifactUUID:dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
ArtifactUUID:4a7d66a4-7391-460f-88dc-1a3a7e435a92
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
ArtifactUUID:4a7d66a4-7391-460f-88dc-1a3a7e435a92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:11:01.974Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d67b3ce-84b7-4349-af6e-c9777e2c0f22 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-11T06:11:02.037Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:11:02.039Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:02.046Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:02.047Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 69a02062-906c-49fc-ab98-7915031cbf38 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.047Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:02.050Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.172Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:02.191Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar 69a02062-906c-49fc-ab98-7915031cbf38 100662
2022-11-11T06:11:02.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar ASDC sendASDCNotification
2022-11-11T06:11:02.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:02.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:02.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:02.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147062191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:11:02.297Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:02.299Z||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-11T06:11:02.299Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:02.310Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:02.311Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:11:03.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:11:03.199Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:03.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 69a02062-906c-49fc-ab98-7915031cbf38, URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar to file: /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.307Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.308Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:04.125Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2701119484734189841/Definitions/service-Vfw20221111060924-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-11T06:11:07.187Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:11:07.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:11:07.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f1a5bf63-0fba 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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:11:07.205Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.207Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:11:07.213Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.220Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.220Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bf5a702-c9f9-4a61-9653-3b398a574c9e
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da851337-4954-435b-9261-0ac610ba7e2e
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f89e27c-4540-4a00-b57b-364d73d096a2
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-11 06-09-24
Description:catalog service description
Model UUID:3d67b3ce-84b7-4349-af6e-c9777e2c0f22
Model Version:NULL
Model InvariantUuid:1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f1a5bf63-0fba
Model UUID:6874daca-4d33-4f8f-95e5-9bb34ca642b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52708adf-8925-45f8-8e19-3edff4cadd13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f22b2522-abdb-427c-b7c6-55ded09093b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f6f04b3-301a-48aa-9018-03d9ee61996a
ModelName:VfwF1a5bf630fba..base_vfw..module-0
ModelUuid:d376e3a7-7d3f-4f14-915d-b345225bc2b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4bf5a702-c9f9-4a61-9653-3b398a574c9e
ModelInvariantUuid:c1c4651e-1ec3-47c5-b974-b3efe332ccef
ModelName:vFW f1a5bf63-0fba-nodes.vfwCvfc
ModelUuid:3c577b76-df90-464a-a2a9-add19741641e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8057c5ad-d637-491c-815c-4d92a13c8f0c
ModelInvariantUuid:d4d72b6b-f977-4b85-88af-c872542e85fc
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vfw
ModelUuid:42aa3a22-1f29-439b-8ffd-2109125a2f7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da851337-4954-435b-9261-0ac610ba7e2e
ModelInvariantUuid:cb627808-4b31-479f-a47c-1c1c34231780
ModelName:vFW f1a5bf63-0fba-nodes.vsnCvfc
ModelUuid:3a94a7a4-5a7c-4d72-861a-eeb0b6722e9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:89b6ae71-e260-4342-9f4f-ace349622673
ModelInvariantUuid:22406429-ebec-45ac-b754-f5085d3daa8c
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vsn
ModelUuid:f43ab88b-7547-417e-b128-f522f1ab11d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1f89e27c-4540-4a00-b57b-364d73d096a2
ModelInvariantUuid:a37f1938-0e07-4846-ac80-735f5756886f
ModelName:vFW f1a5bf63-0fba-nodes.vpgCvfc
ModelUuid:10294f38-691d-4964-98f3-b3129d010479
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7972eb6f-6b71-4ea3-bdbe-7d8bb40581c9
ModelInvariantUuid:0dfbf4b4-82e9-464c-98a8-6b1d67c9c875
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vpg
ModelUuid:17797ba7-d2a6-4253-a2c2-226e28ec98aa
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-11T06:11:07.259Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 870e13dc-cff3-4113-8e89-0fe3d089b366
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-11T06:11:07.371Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||vFW f1a5bf63-0fba 0
2022-11-11T06:11:07.378Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 870e13dc-cff3-4113-8e89-0fe3d089b366
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 371d6801-7263-4c10-8a18-be9a6c6cc2c2 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.432Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json 371d6801-7263-4c10-8a18-be9a6c6cc2c2 785
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json ASDC sendASDCNotification
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.434Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:07.434Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:07.436Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:07.437Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147067433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:11:07.540Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:11:07.541Z||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-11T06:11:07.541Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:07.553Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:07.554Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:08.438Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF1a5bf630fba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f6f04b3-301a-48aa-9018-03d9ee61996a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d376e3a7-7d3f-4f14-915d-b345225bc2b7",
    "vfModuleModelCustomizationUUID": "72c65a5a-f52d-405c-a411-461377701824",
    "isBase": true,
    "artifacts": [
      "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
      "4a7d66a4-7391-460f-88dc-1a3a7e435a92"
    ],
    "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-11T06:11:08.454Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF1a5bf630fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d376e3a7-7d3f-4f14-915d-b345225bc2b7
VfModuleModelInvariantUUID:0f6f04b3-301a-48aa-9018-03d9ee61996a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
,
4a7d66a4-7391-460f-88dc-1a3a7e435a92

}
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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF1a5bf630fba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f6f04b3-301a-48aa-9018-03d9ee61996a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d376e3a7-7d3f-4f14-915d-b345225bc2b7",
    "vfModuleModelCustomizationUUID": "72c65a5a-f52d-405c-a411-461377701824",
    "isBase": true,
    "artifacts": [
      "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
      "4a7d66a4-7391-460f-88dc-1a3a7e435a92"
    ],
    "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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF1a5bf630fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d376e3a7-7d3f-4f14-915d-b345225bc2b7
VfModuleModelInvariantUUID:0f6f04b3-301a-48aa-9018-03d9ee61996a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
,
4a7d66a4-7391-460f-88dc-1a3a7e435a92

}
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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd8c2cb7-c92f-4c11-ba16-4035e880bd4f from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.513Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:08.514Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml dd8c2cb7-c92f-4c11-ba16-4035e880bd4f 20368
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:08.516Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:08.519Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:08.519Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147068515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:11:08.619Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:08.620Z||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-11T06:11:08.621Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:08.630Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:08.630Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:09.520Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a7d66a4-7391-460f-88dc-1a3a7e435a92 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.521Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:09.521Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.577Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env 4a7d66a4-7391-460f-88dc-1a3a7e435a92 2098
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:09.579Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:09.581Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:09.582Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147069578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:11:09.682Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:09.683Z||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-11T06:11:09.683Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:09.695Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:09.696Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:10.582Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d67b3ce-84b7-4349-af6e-c9777e2c0f22
2022-11-11T06:11:10.583Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f1a5bf63-0fba 0 870e13dc-cff3-4113-8e89-0fe3d089b366 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-11T06:11:10.621Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7670a6b6, org.onap.sdc.toscaparser.api.parameters.Input@78534a07, org.onap.sdc.toscaparser.api.parameters.Input@9a90336, org.onap.sdc.toscaparser.api.parameters.Input@5b307384, org.onap.sdc.toscaparser.api.parameters.Input@28862b42]
2022-11-11T06:11:10.625Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.625Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f22b2522-abdb-427c-b7c6-55ded09093b4
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f22b2522-abdb-427c-b7c6-55ded09093b4 matches Tosca VF Customization UUID: f22b2522-abdb-427c-b7c6-55ded09093b4
2022-11-11T06:11:10.627Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f22b2522-abdb-427c-b7c6-55ded09093b4  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-11T06:11:10.634Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.634Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f22b2522-abdb-427c-b7c6-55ded09093b4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4129c740
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.636Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:11:10.636Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72c65a5a-f52d-405c-a411-461377701824
2022-11-11T06:11:10.637Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72c65a5a-f52d-405c-a411-461377701824
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-11T06:11:10.643Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.644Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.644Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-11T06:11:10.647Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.647Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.650Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bf5a702-c9f9-4a61-9653-3b398a574c9e
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-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.658Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.658Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da851337-4954-435b-9261-0ac610ba7e2e
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-11T06:11:10.665Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.665Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.666Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f89e27c-4540-4a00-b57b-364d73d096a2
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-11T06:11:10.675Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.677Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.677Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=f22b2522-abdb-427c-b7c6-55ded09093b4
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-11T06:11:10.679Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.679Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d67b3ce-84b7-4349-af6e-c9777e2c0f22: vFW f1a5bf63-0fba
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.683Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-11 06-09-24 
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-11T06:11:10.962Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f1a5bf63-0fba 870e13dc-cff3-4113-8e89-0fe3d089b366 1 ASDC deployResourceStructure
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json ASDC sendASDCNotification
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:10.964Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:10.966Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:10.966Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147070963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:11:11.067Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:11.068Z||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-11T06:11:11.068Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:11.080Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:11.080Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:11.967Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-11T06:11:11.967Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:11.968Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:11.968Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:11.970Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:11.970Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147071967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:11:12.071Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:12.072Z||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-11T06:11:12.072Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:12.081Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:12.081Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:12.973Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:12.976Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:12.976Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147072972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:11:13.076Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:13.077Z||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-11T06:11:13.079Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:13.090Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:13.090Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar ASDC sendASDCNotification
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:13.979Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:13.981Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:13.981Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147073977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:11:14.081Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:14.082Z||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-11T06:11:14.082Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:14.103Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:14.103Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:14.982Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:11:15.008Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348
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-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-11T06:11:15.018Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:11:45.018Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:11:45.027Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348 and serviceModelVersionId: 3d67b3ce-84b7-4349-af6e-c9777e2c0f22
2022-11-11T06:11:45.028Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
2022-11-11T06:11:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:11:54.152Z||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-11T06:11:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:54.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:11:54.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:11:54.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:11:54.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:01.175Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0
2022-11-11T06:12:01.316Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:12:01.824Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|INFO|500||Invoke
2022-11-11T06:12:01.832Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[415132bc-50d8-4c6a-b5d5-797f46191861], X-ECOMP-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], X-TransactionId=[], X-ONAP-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], Content-Type=[application/merge-patch+json]}
2022-11-11T06:12:01.958Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:12:02.152Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?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/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221111-06:12:00:442-40669], vertex-id=[180360], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:12:00 GMT], Content-Type=[application/json]}
2022-11-11T06:12:02.154Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:12:02.155Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|INFO|500||InvokeReturn
2022-11-11T06:12:02.161Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:12:02.161Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-11T06:12:02.170Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|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-11T06:12:02.171Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53fd1506-fa4d-45fe-b85b-b187ecc01348 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:12:02.172Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:12:02.173Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:02.175Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:02.176Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147122171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:12:02.276Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:02.277Z||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-11T06:12:02.277Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:02.287Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:02.287Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-11T06:12:03.192Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:12:03.192Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdbf2846-2970-466b-bed4-7442008a3cd3","serviceName":"basic_onboard_agfSkl","serviceVersion":"1.0","serviceUUID":"fdc6f246-5791-40f5-8da2-c3b62bc898b4","serviceDescription":"service","serviceInvariantUUID":"eddce3a3-49b4-438a-bc23-c74753ce0870","resources":[{"resourceInstanceName":"basic_onboard_agfSkl 0","resourceName":"basic_onboard_agfSkl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"504f14be-38ac-41fc-b24f-980ad19891b8","resourceInvariantUUID":"c8651225-5730-44bf-926e-e1e2fbe409b8","resourceCustomizationUUID":"f0b6bb00-c30b-4b8d-8eab-180f2446ff69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE5MTZlOGNlZjc5MDgzYWJkZjgwZDE0OGY2MDU1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2160f37-84c0-40dd-87fa-805e72333999","artifactVersion":"1"},{"artifactName":"basic_onboard_agfskl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json","artifactChecksum":"MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"871ab29f-fe9a-4c85-ae4d-479a0a373483","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22848dbf-48f4-4a85-9a31-23b7d7cf498d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95df3451-b5f3-4c28-a083-48812b9c8d83","artifactVersion":"2","generatedFromUUID":"871ab29f-fe9a-4c85-ae4d-479a0a373483"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAgfskl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml","artifactChecksum":"MWQ5ODhmZTNmYTgzMzljNWU2Y2EwMDVjOWVhNGI3ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22ecf786-4696-4ce2-9157-c6521026fbfc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAgfskl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar","artifactChecksum":"NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95edca2b-a9ed-4eea-82d1-0d2a288bb645","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:12:03.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:03.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:03.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:03.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:03.296Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:03.298Z||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-11T06:12:03.298Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:03.306Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:03.306Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:04.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:04.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:04.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:04.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:12:04.301Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:04.302Z||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-11T06:12:04.302Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:04.312Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:04.313Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:05.201Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:05.202Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:05.204Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:05.204Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:12:05.304Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:05.306Z||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-11T06:12:05.307Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:05.319Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:05.319Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:06.205Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:06.207Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:06.210Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:06.210Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:06.311Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:12:06.314Z||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-11T06:12:06.314Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:06.326Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:06.326Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:07.214Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:07.217Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:07.217Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-11T06:12:07.317Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:07.318Z||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-11T06:12:07.319Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:07.330Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:07.331Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:08.218Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:08.218Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:08.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:08.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:08.322Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:08.323Z||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-11T06:12:08.323Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:08.334Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:08.335Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:09.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:09.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:09.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:09.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:09.326Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:09.327Z||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-11T06:12:09.327Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:09.338Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:09.338Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:10.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "serviceName": "basic_onboard_agfSkl",
  "serviceVersion": "1.0",
  "serviceUUID": "fdc6f246-5791-40f5-8da2-c3b62bc898b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eddce3a3-49b4-438a-bc23-c74753ce0870",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_agfSkl 0",
      "resourceCustomizationUUID": "f0b6bb00-c30b-4b8d-8eab-180f2446ff69",
      "resourceName": "basic_onboard_agfSkl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "504f14be-38ac-41fc-b24f-980ad19891b8",
      "resourceInvariantUUID": "c8651225-5730-44bf-926e-e1e2fbe409b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_agfskl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
          "artifactChecksum": "MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "871ab29f-fe9a-4c85-ae4d-479a0a373483",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "95df3451-b5f3-4c28-a083-48812b9c8d83",
            "generatedFromUUID": "871ab29f-fe9a-4c85-ae4d-479a0a373483"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "95df3451-b5f3-4c28-a083-48812b9c8d83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAgfskl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
      "artifactChecksum": "NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95edca2b-a9ed-4eea-82d1-0d2a288bb645"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:12:10.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:12:10.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdc6f246-5791-40f5-8da2-c3b62bc898b4 ASDC
2022-11-11T06:12:10.229Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bdbf2846-2970-466b-bed4-7442008a3cd3
ServiceName:basic_onboard_agfSkl
ServiceVersion:1.0
ServiceUUID:fdc6f246-5791-40f5-8da2-c3b62bc898b4
ServiceInvariantUUID:eddce3a3-49b4-438a-bc23-c74753ce0870
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAgfskl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
ArtifactUUID:95edca2b-a9ed-4eea-82d1-0d2a288bb645
ArtifactChecksum:NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_agfSkl 0
ResourceCustomizationUUID:f0b6bb00-c30b-4b8d-8eab-180f2446ff69
ResourceInvariantUUID:c8651225-5730-44bf-926e-e1e2fbe409b8
ResourceName:basic_onboard_agfSkl
ResourceType:VF
ResourceUUID:504f14be-38ac-41fc-b24f-980ad19891b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_agfskl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
ArtifactUUID:1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f
ArtifactChecksum:MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk=
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:871ab29f-fe9a-4c85-ae4d-479a0a373483
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
ArtifactUUID:95df3451-b5f3-4c28-a083-48812b9c8d83
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
ArtifactUUID:95df3451-b5f3-4c28-a083-48812b9c8d83
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:12:10.229Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdc6f246-5791-40f5-8da2-c3b62bc898b4 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-11T06:12:10.261Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95edca2b-a9ed-4eea-82d1-0d2a288bb645 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:10.263Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.330Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar 95edca2b-a9ed-4eea-82d1-0d2a288bb645 75292
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar ASDC sendASDCNotification
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:10.335Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:10.336Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:10.337Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147130334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:10.437Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:10.438Z||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-11T06:12:10.438Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:10.449Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:10.450Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:11.337Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:12:11.338Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 95edca2b-a9ed-4eea-82d1-0d2a288bb645, URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar to file: /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.340Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.485Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18107065106673129532/Definitions/service-BasicOnboardAgfskl-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-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_agfSkl 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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1863b676-599e-4597-bc44-407de572dc3e
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_agfSkl
Description:service
Model UUID:fdc6f246-5791-40f5-8da2-c3b62bc898b4
Model Version:NULL
Model InvariantUuid:eddce3a3-49b4-438a-bc23-c74753ce0870
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_agfSkl
Model UUID:d66e1aef-c85d-4fd1-8060-172036395a3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8651225-5730-44bf-926e-e1e2fbe409b8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0b6bb00-c30b-4b8d-8eab-180f2446ff69
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
ModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
ModelUuid:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1863b676-599e-4597-bc44-407de572dc3e
ModelInvariantUuid:0a06fd37-8d4c-414c-abf2-047151f4591c
ModelName:basic_onboard_agfSkl-nodes.ubuntu18Cvfc
ModelUuid:e801c4be-431d-4882-b3d4-94668d189d02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cbf2dc19-6baa-48da-83b9-60f9a60d692d
ModelInvariantUuid:d6656c7c-9c2a-427a-8955-1e255ca4c16a
ModelName:BasicOnboardAgfskl.compute.nodes.heat.ubuntu18
ModelUuid:61f97112-bcdc-4d10-8b49-eb8ab68bf60c
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-11T06:12:12.769Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 504f14be-38ac-41fc-b24f-980ad19891b8
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-11T06:12:12.772Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||basic_onboard_agfSkl 0
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 504f14be-38ac-41fc-b24f-980ad19891b8
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.821Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json 1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f 798
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json ASDC sendASDCNotification
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.823Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:12.823Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:12.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:12.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147132822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:12.926Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:12.927Z||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-11T06:12:12.927Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:12.947Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:12.948Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:13.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAgfskl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2bcd5f12-1f39-4c9b-83b2-8e0000886c67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ad91ba0-5ad9-494a-b712-d6fa9d2b687f",
    "vfModuleModelCustomizationUUID": "a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010",
    "isBase": true,
    "artifacts": [
      "871ab29f-fe9a-4c85-ae4d-479a0a373483",
      "95df3451-b5f3-4c28-a083-48812b9c8d83"
    ],
    "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-11T06:12:13.832Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
VfModuleModelInvariantUUID:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
VfModuleModelDescription:NULL
Artifacts UUID List:{
871ab29f-fe9a-4c85-ae4d-479a0a373483
,
95df3451-b5f3-4c28-a083-48812b9c8d83

}
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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAgfskl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2bcd5f12-1f39-4c9b-83b2-8e0000886c67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ad91ba0-5ad9-494a-b712-d6fa9d2b687f",
    "vfModuleModelCustomizationUUID": "a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010",
    "isBase": true,
    "artifacts": [
      "871ab29f-fe9a-4c85-ae4d-479a0a373483",
      "95df3451-b5f3-4c28-a083-48812b9c8d83"
    ],
    "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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
VfModuleModelInvariantUUID:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
VfModuleModelDescription:NULL
Artifacts UUID List:{
871ab29f-fe9a-4c85-ae4d-479a0a373483
,
95df3451-b5f3-4c28-a083-48812b9c8d83

}
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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 871ab29f-fe9a-4c85-ae4d-479a0a373483 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.881Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml 871ab29f-fe9a-4c85-ae4d-479a0a373483 5033
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:13.883Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:13.885Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:13.885Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147133882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:13.985Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:13.986Z||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-11T06:12:13.986Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:13.997Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:13.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:14.886Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95df3451-b5f3-4c28-a083-48812b9c8d83 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.887Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:14.887Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.938Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:14.938Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env 95df3451-b5f3-4c28-a083-48812b9c8d83 909
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:14.941Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:14.942Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147134939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:15.042Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:15.043Z||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-11T06:12:15.043Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:15.054Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:15.054Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:15.942Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fdc6f246-5791-40f5-8da2-c3b62bc898b4
2022-11-11T06:12:15.943Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_agfSkl 0 504f14be-38ac-41fc-b24f-980ad19891b8 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-11T06:12:15.957Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c0eeeb3, org.onap.sdc.toscaparser.api.parameters.Input@22c7d1d, org.onap.sdc.toscaparser.api.parameters.Input@5bd493d3, org.onap.sdc.toscaparser.api.parameters.Input@2d4e2354, org.onap.sdc.toscaparser.api.parameters.Input@26be2b38]
2022-11-11T06:12:15.959Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.959Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f0b6bb00-c30b-4b8d-8eab-180f2446ff69
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69 matches Tosca VF Customization UUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69  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-11T06:12:15.963Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.963Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f0b6bb00-c30b-4b8d-8eab-180f2446ff69: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64a6f78e
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:12:15.965Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010
2022-11-11T06:12:15.965Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010
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-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1863b676-599e-4597-bc44-407de572dc3e
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-11T06:12:15.970Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.970Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=f0b6bb00-c30b-4b8d-8eab-180f2446ff69
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-11T06:12:15.973Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.973Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fdc6f246-5791-40f5-8da2-c3b62bc898b4: basic_onboard_agfSkl
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_agfSkl 
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-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_agfSkl 504f14be-38ac-41fc-b24f-980ad19891b8 1 ASDC deployResourceStructure
2022-11-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json ASDC sendASDCNotification
2022-11-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:16.068Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:16.068Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:16.070Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:16.070Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147136067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:16.170Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:16.172Z||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-11T06:12:16.172Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:16.184Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:16.184Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1}
2022-11-11T06:12:17.071Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-11T06:12:17.072Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:17.072Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:17.073Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:17.075Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:17.076Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147137071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:17.176Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:17.177Z||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-11T06:12:17.177Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:17.188Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:17.189Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:18.078Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:18.082Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:18.082Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147138076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:18.180Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-11T06:12:18.181Z||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-11T06:12:18.182Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:18.192Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:18.192Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar ASDC sendASDCNotification
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:19.084Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:19.085Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:19.086Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147139082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:19.186Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:19.187Z||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-11T06:12:19.187Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:19.216Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:19.216Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:20.086Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:12:20.099Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:12:50.102Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:12:50.120Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:50.122Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:12:50.122Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:12:50.123Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:12:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:12:54.152Z||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-11T06:12:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:54.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:12:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147044913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147047373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147055550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147048902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147056620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147050966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147057879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147058718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147058890,
  "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-11T06:12:54.208Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "cds",
  "timestamp": 1668147059727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-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-11T06:12:54.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147062191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147056239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147063996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147065078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147064068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147066134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "aai-ml",
  "timestamp": 1668147065072,
  "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-11T06:12:54.245Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.245Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147067173,
  "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-11T06:12:54.258Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.259Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147067433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147068178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147068515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147069578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147070963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147071967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147072972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147073977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:20.123Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:13:20.139Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:13:20.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:13:20.153Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:13:50.154Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:13:50.162Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdbf2846-2970-466b-bed4-7442008a3cd3 and serviceModelVersionId: fdc6f246-5791-40f5-8da2-c3b62bc898b4
2022-11-11T06:13:50.163Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eddce3a3-49b4-438a-bc23-c74753ce0870
2022-11-11T06:13:50.164Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0
2022-11-11T06:13:50.169Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:13:50.232Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?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-11T06:13:50.234Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|INFO|500||Invoke
2022-11-11T06:13:50.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|INFO|500||InvokeReturn
2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221111-06:13:48:735-73661], vertex-id=[155776], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:13:48 GMT], Content-Type=[application/json]}
2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:13:50.416Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:13:50.417Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdbf2846-2970-466b-bed4-7442008a3cd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:13:50.423Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:13:50.425Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:13:50.425Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147230422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:13:50.525Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:13:50.526Z||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-11T06:13:50.527Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:50.544Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:13:50.545Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:13:51.441Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:13:51.441Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:13:51.442Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:13:54.152Z||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-11T06:13:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:54.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:13:54.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147122171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:13:54.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147054147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147130334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147132822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147133882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147134939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147136067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147137071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147138076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147139082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:14:01.729Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:14:01.730Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:01.731Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:14:01.731Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:11.275Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:14:11.276Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:11.277Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:14:11.277Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:20.813Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:14:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:14:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:54.151Z||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-11T06:14:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:54.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147230422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:15:03.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:15:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:15:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:15:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:15:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:15:54.151Z||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-11T06:15:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:16:03.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:16:03.712Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:16:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:16:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:16:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:16:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:16:54.151Z||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-11T06:16:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:17:03.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:17:03.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:17:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:17:54.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:17:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:17:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:17:54.151Z||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-11T06:17:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:18:03.714Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:18:03.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:18:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:18:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:18:54.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:18:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:18:54.151Z||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-11T06:18:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:19:03.731Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:19:03.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:19:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:19:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:19:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:19:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:19:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:19:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:20:03.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:20:03.707Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:20:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:20:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:20:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:20:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:20:54.151Z||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-11T06:20:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:21:03.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:21:03.748Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:21:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:21:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:21:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:21:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:21:54.151Z||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-11T06:21:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:22:03.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:22:03.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:22:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:22:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:22:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:22:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:22:54.151Z||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-11T06:22:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:23:03.703Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:23:03.706Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:23:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:23:54.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:23:54.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:23:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:23:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:23:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:03.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:03.724Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:24:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:24:54.151Z||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-11T06:24:54.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:24:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.151Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:54.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147856239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147856239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147857374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147857374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "aai-ml",
  "timestamp": 1668147858902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147860177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "aai-ml",
  "timestamp": 1668147858902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "cds",
  "timestamp": 1668147860966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "aai-ml",
  "timestamp": 1668147861689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147861911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "cds",
  "timestamp": 1668147860966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147862914,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:24:54.331Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.331Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "cds",
  "timestamp": 1668147863765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147864913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "cds",
  "timestamp": 1668147864778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:24:54.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147864913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "aai-ml",
  "timestamp": 1668147865894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "aai-ml",
  "timestamp": 1668147866901,
  "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-11T06:24:54.359Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.359Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:24:54.790Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:54.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e650a03-a26c-4d40-a55a-caa7d4b9748c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87f88813-c5af-48b7-b928-a0e362ff4b64","serviceDescription":"service","serviceInvariantUUID":"afe69938-5560-4428-8521-dc046abc6df3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5f1b34d-44cc-4a26-b229-532209ac1566","resourceInvariantUUID":"92393310-248f-4a9f-b050-1341525af46b","resourceCustomizationUUID":"6d94cc37-e13a-44b5-afe3-d0107184a73e","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":"YmFlNjc5YTRjMzc0ODY4YTM2ZTBkM2NjOTUxZTI0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1bbff27-6cc4-4f79-857f-2b2ab3ae3f11","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13c5a3a8-5da9-482e-885a-3387bd01ea13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:24:54.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:24:54.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:54.803Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:54.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:24:54.904Z||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-11T06:24:54.905Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.919Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:54.920Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:55.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:24:55.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:55.809Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:55.809Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:24:55.910Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:24:55.911Z||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-11T06:24:55.912Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:55.925Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:55.926Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:56.810Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "87f88813-c5af-48b7-b928-a0e362ff4b64",
  "serviceDescription": "service",
  "serviceInvariantUUID": "afe69938-5560-4428-8521-dc046abc6df3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6d94cc37-e13a-44b5-afe3-d0107184a73e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5f1b34d-44cc-4a26-b229-532209ac1566",
      "resourceInvariantUUID": "92393310-248f-4a9f-b050-1341525af46b",
      "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": "MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13c5a3a8-5da9-482e-885a-3387bd01ea13"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:24:56.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:24:56.811Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87f88813-c5af-48b7-b928-a0e362ff4b64 ASDC
2022-11-11T06:24:56.811Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4e650a03-a26c-4d40-a55a-caa7d4b9748c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87f88813-c5af-48b7-b928-a0e362ff4b64
ServiceInvariantUUID:afe69938-5560-4428-8521-dc046abc6df3
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:13c5a3a8-5da9-482e-885a-3387bd01ea13
ArtifactChecksum:MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6d94cc37-e13a-44b5-afe3-d0107184a73e
ResourceInvariantUUID:92393310-248f-4a9f-b050-1341525af46b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5f1b34d-44cc-4a26-b229-532209ac1566
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-11T06:24:56.812Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87f88813-c5af-48b7-b928-a0e362ff4b64 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-11T06:24:56.840Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:24:56.841Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:56.841Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13c5a3a8-5da9-482e-885a-3387bd01ea13 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:56.899Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 13c5a3a8-5da9-482e-885a-3387bd01ea13 57662
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:24:56.903Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:56.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:56.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147896902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:24:57.006Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:24:57.007Z||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-11T06:24:57.007Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:57.016Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:57.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:57.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:24:57.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:57.908Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 13c5a3a8-5da9-482e-885a-3387bd01ea13, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:57.909Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-11T06:24:57.910Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:57.910Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.074Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7322076208922337446/Definitions/service-BasicNetwork-template.yml
2022-11-11T06:24:58.741Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.747Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.747Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:87f88813-c5af-48b7-b928-a0e362ff4b64
Model Version:NULL
Model InvariantUuid:afe69938-5560-4428-8521-dc046abc6df3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:92393310-248f-4a9f-b050-1341525af46b
Model UUID:746fe39d-21dc-4cc0-b8ff-0fad6dac3b84
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6d94cc37-e13a-44b5-afe3-d0107184a73e
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-11T06:24:58.755Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e5f1b34d-44cc-4a26-b229-532209ac1566
2022-11-11T06:24:58.755Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||No resources found for Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
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-11T06:24:58.762Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||
2022-11-11T06:24:58.762Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-11T06:24:58.763Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:24:58.763Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:24:58.764Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-11T06:24:58.764Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.769Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e361622, org.onap.sdc.toscaparser.api.parameters.Input@7d37f13e, org.onap.sdc.toscaparser.api.parameters.Input@2d58daa8, org.onap.sdc.toscaparser.api.parameters.Input@4bdd2fa9, org.onap.sdc.toscaparser.api.parameters.Input@5544a7f6]
2022-11-11T06:24:58.771Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.771Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87f88813-c5af-48b7-b928-a0e362ff4b64: Generic NeutronNet
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.825Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:24:58.827Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.827Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.888Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:58.891Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:58.891Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147898889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:24:58.991Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:24:58.992Z||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-11T06:24:58.992Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:59.003Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:24:59.003Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:24:59.892Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:24:59.904Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c
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-11T06:24:59.906Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:24:59.908Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:24:59.912Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:25:29.912Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:25:29.919Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c and serviceModelVersionId: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:25:29.919Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afe69938-5560-4428-8521-dc046abc6df3
2022-11-11T06:25:29.921Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0
2022-11-11T06:25:29.927Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:25:29.986Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|INFO|500||Invoke
2022-11-11T06:25:29.988Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[247154aa-5ede-4222-9ea5-f5d22146f885], X-ECOMP-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], X-TransactionId=[], X-ONAP-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], Content-Type=[application/merge-patch+json]}
2022-11-11T06:25:30.013Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:25:30.090Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?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/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:25:28:417-35980], vertex-id=[237768], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:25:28 GMT], Content-Type=[application/json]}
2022-11-11T06:25:30.091Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:25:30.091Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|INFO|500||InvokeReturn
2022-11-11T06:25:30.093Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:25:30.093Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||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-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e650a03-a26c-4d40-a55a-caa7d4b9748c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:25:30.099Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:30.101Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:30.101Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147930098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:25:30.201Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:30.202Z||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-11T06:25:30.202Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:30.214Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:30.215Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:25:31.114Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:25:31.114Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c96ae9d8-2962-4224-aa7e-4fed47082720","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"57902ab9-a012-46e2-850a-24fe7a691d4e","serviceDescription":"service","serviceInvariantUUID":"443cf280-093a-46ec-8d08-c012d2ad22fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51d01019-673a-4117-b473-35939ee2652d","resourceInvariantUUID":"c8374a7b-6b67-4021-b87a-977c58c7fcc9","resourceCustomizationUUID":"9c1b7e5a-8ffe-4842-9223-03125a4000cf","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":"YWY2OTVlN2E0MmRlN2ExYjI0OWQ4Y2QyM2ZlOGIzMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d5529c4-d917-4ed1-b899-8fdc46d3cf7c","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":"NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e06c877e-227c-4b33-9086-4ef4c17e67e8","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":"4b2b119b-087f-418e-9bde-859559cd4c99","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":"221ff69e-b699-4153-978c-5b12ef530827","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":"390618bc-c1cc-4e00-aa6f-4ffc49faf5aa","artifactVersion":"2","generatedFromUUID":"4b2b119b-087f-418e-9bde-859559cd4c99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWJlNjQ1Mjc5ZTkwNDA5MmMwMDA0NzM2YWY2OThlNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"867b5ce6-34a4-4dad-9bf0-f52f3c8c9618","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d38574bf-6be3-489c-8b3f-1ede1526aaaa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:25:31.115Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:31.115Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:31.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:31.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:25:31.217Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:31.218Z||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-11T06:25:31.218Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:31.228Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:31.228Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:25:32.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:32.118Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:32.120Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:32.121Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:25:32.221Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:32.222Z||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-11T06:25:32.222Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:32.232Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:32.232Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:33.122Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:33.122Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:33.125Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:33.125Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:25:33.225Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:25:33.226Z||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-11T06:25:33.227Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:33.237Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:33.237Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:34.126Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:34.127Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:34.130Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:34.131Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:25:34.231Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:34.232Z||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-11T06:25:34.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:34.243Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:34.243Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:35.131Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:35.132Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:35.134Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:35.134Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:25:35.234Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:35.235Z||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-11T06:25:35.235Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:35.244Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:35.244Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:36.135Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:36.135Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:36.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:36.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:25:36.238Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:36.239Z||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-11T06:25:36.239Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:36.250Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:36.250Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:37.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:37.139Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:37.141Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:37.141Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:25:37.241Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:37.243Z||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-11T06:25:37.243Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:37.252Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:37.252Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:38.143Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "57902ab9-a012-46e2-850a-24fe7a691d4e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "443cf280-093a-46ec-8d08-c012d2ad22fd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9c1b7e5a-8ffe-4842-9223-03125a4000cf",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51d01019-673a-4117-b473-35939ee2652d",
      "resourceInvariantUUID": "c8374a7b-6b67-4021-b87a-977c58c7fcc9",
      "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": "NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e06c877e-227c-4b33-9086-4ef4c17e67e8",
          "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": "4b2b119b-087f-418e-9bde-859559cd4c99",
          "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": "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa",
            "generatedFromUUID": "4b2b119b-087f-418e-9bde-859559cd4c99"
          },
          "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": "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d38574bf-6be3-489c-8b3f-1ede1526aaaa"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:25:38.143Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:25:38.144Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57902ab9-a012-46e2-850a-24fe7a691d4e ASDC
2022-11-11T06:25:38.144Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c96ae9d8-2962-4224-aa7e-4fed47082720
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:57902ab9-a012-46e2-850a-24fe7a691d4e
ServiceInvariantUUID:443cf280-093a-46ec-8d08-c012d2ad22fd
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:d38574bf-6be3-489c-8b3f-1ede1526aaaa
ArtifactChecksum:NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c1b7e5a-8ffe-4842-9223-03125a4000cf
ResourceInvariantUUID:c8374a7b-6b67-4021-b87a-977c58c7fcc9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:51d01019-673a-4117-b473-35939ee2652d
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:e06c877e-227c-4b33-9086-4ef4c17e67e8
ArtifactChecksum:NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk=
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:4b2b119b-087f-418e-9bde-859559cd4c99
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:390618bc-c1cc-4e00-aa6f-4ffc49faf5aa
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:390618bc-c1cc-4e00-aa6f-4ffc49faf5aa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:25:38.145Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57902ab9-a012-46e2-850a-24fe7a691d4e 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-11T06:25:38.183Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d38574bf-6be3-489c-8b3f-1ede1526aaaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-11T06:25:38.253Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d38574bf-6be3-489c-8b3f-1ede1526aaaa 74798
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:25:38.259Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:38.260Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:38.261Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147938258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:25:38.361Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:38.362Z||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-11T06:25:38.362Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:38.371Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:38.372Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:39.261Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d38574bf-6be3-489c-8b3f-1ede1526aaaa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-11T06:25:39.264Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.264Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.388Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9941678511277292774/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-11T06:25:40.749Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa20b03a-3a87-41d1-b07f-06c23f4e672f
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.757Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:40.758Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.759Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:57902ab9-a012-46e2-850a-24fe7a691d4e
Model Version:NULL
Model InvariantUuid:443cf280-093a-46ec-8d08-c012d2ad22fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6a77fe6f-08fc-4777-8da9-7647c1c0dd9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8374a7b-6b67-4021-b87a-977c58c7fcc9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c1b7e5a-8ffe-4842-9223-03125a4000cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24b476ee-317f-4ff8-b28b-d2c440fedd31
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:322a8916-788f-49ed-b8f5-9262c522c40b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa20b03a-3a87-41d1-b07f-06c23f4e672f
ModelInvariantUuid:23d6162a-8634-4fc7-9fcd-b3aa67dd31a1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:782ade6e-ad50-4153-ba0a-72cbf3ecf8fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e41228ab-c213-499a-afcf-e4e61221c499
ModelInvariantUuid:4d0b76de-c3d4-4963-bc39-e139313ed94f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:265df9a9-bf37-459b-b516-8d7fa886751f
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-11T06:25:40.767Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 51d01019-673a-4117-b473-35939ee2652d
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-11T06:25:40.769Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-11-11T06:25:40.770Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51d01019-673a-4117-b473-35939ee2652d
2022-11-11T06:25:40.770Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e06c877e-227c-4b33-9086-4ef4c17e67e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-11T06:25:40.770Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:25:40.770Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.819Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:25:40.820Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e06c877e-227c-4b33-9086-4ef4c17e67e8 787
2022-11-11T06:25:40.820Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.820Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:40.820Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:25:40.821Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:40.823Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:40.824Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147940820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:25:40.925Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:40.926Z||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-11T06:25:40.926Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:40.945Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:40.946Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:25:41.824Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "24b476ee-317f-4ff8-b28b-d2c440fedd31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "322a8916-788f-49ed-b8f5-9262c522c40b",
    "vfModuleModelCustomizationUUID": "40d9ab20-068d-40b1-881d-28a179b136c2",
    "isBase": true,
    "artifacts": [
      "4b2b119b-087f-418e-9bde-859559cd4c99",
      "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa"
    ],
    "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-11T06:25:41.829Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:322a8916-788f-49ed-b8f5-9262c522c40b
VfModuleModelInvariantUUID:24b476ee-317f-4ff8-b28b-d2c440fedd31
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b2b119b-087f-418e-9bde-859559cd4c99
,
390618bc-c1cc-4e00-aa6f-4ffc49faf5aa

}
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-11T06:25:41.831Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "24b476ee-317f-4ff8-b28b-d2c440fedd31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "322a8916-788f-49ed-b8f5-9262c522c40b",
    "vfModuleModelCustomizationUUID": "40d9ab20-068d-40b1-881d-28a179b136c2",
    "isBase": true,
    "artifacts": [
      "4b2b119b-087f-418e-9bde-859559cd4c99",
      "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa"
    ],
    "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-11T06:25:41.831Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:322a8916-788f-49ed-b8f5-9262c522c40b
VfModuleModelInvariantUUID:24b476ee-317f-4ff8-b28b-d2c440fedd31
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b2b119b-087f-418e-9bde-859559cd4c99
,
390618bc-c1cc-4e00-aa6f-4ffc49faf5aa

}
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-11T06:25:41.831Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b2b119b-087f-418e-9bde-859559cd4c99 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-11T06:25:41.831Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:25:41.832Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:41.880Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:25:41.881Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4b2b119b-087f-418e-9bde-859559cd4c99 5033
2022-11-11T06:25:41.881Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:41.881Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:41.882Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:25:41.882Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:41.884Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:41.884Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147941881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:25:41.984Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:41.986Z||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-11T06:25:41.986Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:41.995Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:41.995Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:42.885Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 390618bc-c1cc-4e00-aa6f-4ffc49faf5aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-11T06:25:42.886Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:25:42.886Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:42.929Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:25:42.929Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 390618bc-c1cc-4e00-aa6f-4ffc49faf5aa 903
2022-11-11T06:25:42.930Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:42.930Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:42.930Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:25:42.930Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:42.932Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:42.932Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147942930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:25:43.033Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:43.034Z||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-11T06:25:43.034Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:43.045Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:43.045Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:43.933Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 57902ab9-a012-46e2-850a-24fe7a691d4e
2022-11-11T06:25:43.933Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 51d01019-673a-4117-b473-35939ee2652d 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-11T06:25:43.949Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15c6da82, org.onap.sdc.toscaparser.api.parameters.Input@499bd6c7, org.onap.sdc.toscaparser.api.parameters.Input@663d185c, org.onap.sdc.toscaparser.api.parameters.Input@12841997, org.onap.sdc.toscaparser.api.parameters.Input@31b5d38f]
2022-11-11T06:25:43.951Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.951Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.951Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:25:43.951Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9c1b7e5a-8ffe-4842-9223-03125a4000cf
2022-11-11T06:25:43.951Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c1b7e5a-8ffe-4842-9223-03125a4000cf matches Tosca VF Customization UUID: 9c1b7e5a-8ffe-4842-9223-03125a4000cf
2022-11-11T06:25:43.952Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9c1b7e5a-8ffe-4842-9223-03125a4000cf  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-11T06:25:43.954Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.954Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.955Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9c1b7e5a-8ffe-4842-9223-03125a4000cf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:25:43.955Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a84f9cc
2022-11-11T06:25:43.955Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.955Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:25:43.956Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40d9ab20-068d-40b1-881d-28a179b136c2
2022-11-11T06:25:43.956Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40d9ab20-068d-40b1-881d-28a179b136c2
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-11T06:25:43.959Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.959Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:43.959Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:43.960Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.960Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:43.960Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:43.960Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.961Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-11T06:25:43.961Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-11T06:25:43.961Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:25:43.961Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa20b03a-3a87-41d1-b07f-06c23f4e672f
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-11T06:25:43.964Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.964Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:43.964Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:43.965Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.965Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:43.965Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c1b7e5a-8ffe-4842-9223-03125a4000cf
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-11T06:25:43.969Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.969Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.969Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 57902ab9-a012-46e2-850a-24fe7a691d4e: basic_vm
2022-11-11T06:25:43.970Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.970Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.970Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.970Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.971Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.971Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.971Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.971Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.972Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:25:43.972Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:43.972Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:44.057Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 51d01019-673a-4117-b473-35939ee2652d 1 ASDC deployResourceStructure
2022-11-11T06:25:44.058Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:44.058Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:44.058Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:25:44.058Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:44.060Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:44.060Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147944058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:25:44.161Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:25:44.161Z||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-11T06:25:44.161Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:44.170Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:44.171Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:45.062Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:45.062Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:45.062Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:25:45.062Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:45.064Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:45.065Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147945061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:25:45.165Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:45.166Z||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-11T06:25:45.167Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:45.185Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:45.186Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:25:46.066Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:46.066Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:46.066Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:25:46.067Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:46.069Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:46.069Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147946066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:25:46.170Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:46.171Z||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-11T06:25:46.171Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:46.181Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:46.182Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:25:47.070Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:47.071Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:25:47.071Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:25:47.071Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:47.073Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:47.073Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147947070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:25:47.173Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:47.175Z||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-11T06:25:47.175Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:47.187Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:47.187Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:48.075Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:25:48.085Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:25:48.087Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:25:48.087Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:25:48.087Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:25:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:25:54.152Z||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-11T06:25:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:54.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:25:54.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:25:54.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:25:54.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:26:18.088Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:26:18.107Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:26:18.110Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:26:18.110Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:26:18.110Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:26:48.111Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:26:48.122Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:26:48.125Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:26:48.125Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:26:48.125Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:26:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:26:54.153Z||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-11T06:26:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:26:54.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:26:54.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:26:54.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:26:54.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:18.126Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:27:18.148Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:27:18.150Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:27:18.150Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:27:18.150Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:27:48.150Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:27:48.162Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:27:48.165Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:27:48.165Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:27:48.165Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:27:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:27:54.152Z||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-11T06:27:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:27:54.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:27:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147884913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147887373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147895253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147896902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147896666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147890971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147898889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147897624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147898781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147898633,
  "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-11T06:27:54.218Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c96ae9d8-2962-4224-aa7e-4fed47082720
2022-11-11T06:27:54.218Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96ae9d8-2962-4224-aa7e-4fed47082720 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-11T06:27:54.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "cds",
  "timestamp": 1668147899790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:27:54.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c96ae9d8-2962-4224-aa7e-4fed47082720
2022-11-11T06:27:54.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96ae9d8-2962-4224-aa7e-4fed47082720 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-11T06:27:54.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147896239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147904010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147905070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147904114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147906122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "aai-ml",
  "timestamp": 1668147905118,
  "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-11T06:27:54.256Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c96ae9d8-2962-4224-aa7e-4fed47082720
2022-11-11T06:27:54.258Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96ae9d8-2962-4224-aa7e-4fed47082720 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-11T06:27:54.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147907150,
  "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-11T06:27:54.279Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c96ae9d8-2962-4224-aa7e-4fed47082720
2022-11-11T06:27:54.279Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96ae9d8-2962-4224-aa7e-4fed47082720 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-11T06:27:54.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147908155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147904913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147905966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147917885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147919129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "cds",
  "timestamp": 1668147918892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-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-11T06:27:54.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
2022-11-11T06:27:54.309Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8922b1ef-571c-488b-aeb1-34bbd2cbc87c 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-11T06:27:54.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147920343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147921348,
  "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-11T06:27:54.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
2022-11-11T06:27:54.326Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8922b1ef-571c-488b-aeb1-34bbd2cbc87c 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-11T06:27:54.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147916239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147917375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147926153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147918902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147927667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147928116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147930098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147929121,
  "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-11T06:27:54.353Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
2022-11-11T06:27:54.353Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8922b1ef-571c-488b-aeb1-34bbd2cbc87c 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-11T06:27:54.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668147924913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147920967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147932509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147933597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "aai-ml",
  "timestamp": 1668147933512,
  "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-11T06:27:54.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
2022-11-11T06:27:54.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8922b1ef-571c-488b-aeb1-34bbd2cbc87c 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-11T06:27:54.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "cds",
  "timestamp": 1668147934608,
  "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-11T06:27:54.411Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
2022-11-11T06:27:54.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41760b5d-9061-49ca-8dcf-fc305f5e7f7e 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-11T06:27:54.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147894148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147938258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147940820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147941881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147942930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147944058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147936240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:27:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147945061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147945976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147946066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147947041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668147947070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147948100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147949155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:27:54.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147950217,
  "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-11T06:27:54.453Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
2022-11-11T06:27:54.454Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41760b5d-9061-49ca-8dcf-fc305f5e7f7e 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-11T06:27:54.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668147951221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:27:54.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:18.165Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:28:18.179Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720
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-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:28:18.188Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:28:18.189Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:28:18.189Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:28:18.193Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:28:48.193Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c96ae9d8-2962-4224-aa7e-4fed47082720 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-11T06:28:48.201Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c96ae9d8-2962-4224-aa7e-4fed47082720 and serviceModelVersionId: 57902ab9-a012-46e2-850a-24fe7a691d4e
2022-11-11T06:28:48.202Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 443cf280-093a-46ec-8d08-c012d2ad22fd
2022-11-11T06:28:48.204Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?depth=0
2022-11-11T06:28:48.218Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:28:48.284Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?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-11T06:28:48.286Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?depth=0|INFO|500||Invoke
2022-11-11T06:28:48.312Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:28:48.403Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?depth=0|INFO|500||InvokeReturn
2022-11-11T06:28:48.405Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/443cf280-093a-46ec-8d08-c012d2ad22fd/model-vers/model-ver/57902ab9-a012-46e2-850a-24fe7a691d4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:28:46:698-9696], vertex-id=[200840], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:28:46 GMT], Content-Type=[application/json]}
2022-11-11T06:28:48.405Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:28:48.406Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:28:48.407Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:28:48.413Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||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-11T06:28:48.413Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c96ae9d8-2962-4224-aa7e-4fed47082720 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:28:48.413Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:28:48.414Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:48.419Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:48.419Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148128413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:28:48.520Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:28:48.521Z||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-11T06:28:48.522Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:48.537Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:48.538Z||pool-55-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-11T06:28:49.436Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:28:49.437Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:28:49.437Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:53.945Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:53.948Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:28:53.948Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8922b1ef-571c-488b-aeb1-34bbd2cbc87c","serviceName":"Demo_pNF_wvf2Hu7xKg8fRtLFiLAb","serviceVersion":"1.0","serviceUUID":"2d79b410-be28-4462-9a96-a284b8ddcac7","serviceDescription":"catalog service description","serviceInvariantUUID":"f38b6d90-5638-4d89-8505-f10c3716b72c","resources":[{"resourceInstanceName":"pNF a78b735b-8203 0","resourceName":"pNF a78b735b-8203","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8d3a4585-787e-4748-af21-9d5348c786cb","resourceInvariantUUID":"2717f217-696c-4791-b47e-8e83f95373ab","resourceCustomizationUUID":"760e8540-6ab7-4c8e-b663-ed20af0c1ea4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml","artifactChecksum":"ZmRhODA3MDkyOTk0MjY5OWQ3NzkxYjQ2YzZiNjFmOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3362101a-576c-492b-88cd-3a5b763fd70d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar","artifactChecksum":"YmNmZDczMGQ3ZjQyMGZhMDc4MmMyMTBhYzg1Yjg4MjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e5f552-992c-4b54-8ce0-991ef3c89ec9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5451b1f6-dff9-47ca-9435-7af177d8f2dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml","artifactChecksum":"MmEzNjJlOWRmNjY5NzczY2I2ZThjOGRiYTMwMTkxNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db340cc8-7810-4f82-a221-ab3adbb7f7f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee89a044-ad98-41f4-8c39-6610ed93d8c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3ac1092-d8fe-4cab-92ba-7ff0c5b0e750","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml","artifactChecksum":"YWIzYWI5N2JjZDJlODBiY2U1ODhjMGFiNDJiM2Y0NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076537a8-7666-4e88-927d-27d6d1986e2b","artifactVersion":"1"},{"artifactName":"service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar","artifactChecksum":"NjcwNTYyYWJmNzY1NmVmNjIzZWYwOTE3MDhmNmUxODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d1e508-cb61-4fbe-982b-f3c843921541","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:28:53.953Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:53.954Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:53.957Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:53.957Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.057Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:28:54.058Z||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-11T06:28:54.058Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:54.083Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:54.083Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:28:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:28:54.152Z||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-11T06:28:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:54.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:54.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147947373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:28:54.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:54.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147957130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:28:54.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:28:54.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147948902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:28:54.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:28:54.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147958653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:28:54.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:28:54.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147959422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:28:54.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:28:54.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668147960426,
  "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-11T06:28:54.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
2022-11-11T06:28:54.218Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41760b5d-9061-49ca-8dcf-fc305f5e7f7e 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-11T06:28:54.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147965450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:28:54.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:28:54.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:28:54.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "aai-ml",
  "timestamp": 1668147966453,
  "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-11T06:28:54.251Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
2022-11-11T06:28:54.251Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41760b5d-9061-49ca-8dcf-fc305f5e7f7e 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-11T06:28:54.959Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:54.960Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:54.972Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:54.972Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:55.072Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:28:55.073Z||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-11T06:28:55.073Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:55.083Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:55.084Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:28:55.974Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:55.975Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:55.978Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:55.978Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:56.078Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:28:56.079Z||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-11T06:28:56.079Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:56.089Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:56.090Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:28:56.978Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:56.980Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:56.983Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:56.983Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:57.083Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:28:57.084Z||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-11T06:28:57.084Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:57.098Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:57.098Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:28:57.985Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:57.986Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:57.988Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:57.988Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:58.088Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:28:58.090Z||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-11T06:28:58.090Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:58.100Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:58.100Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:28:58.989Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:28:58.990Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:28:59.001Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:28:59.001Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:28:59.093Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-11T06:28:59.094Z||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-11T06:28:59.094Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:28:59.107Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:28:59.107Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:00.002Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:00.002Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:00.005Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:00.005Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:29:00.108Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:29:00.110Z||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-11T06:29:00.110Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:00.187Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:00.188Z||pool-62-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:01.007Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:01.008Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:01.010Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:01.011Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:29:01.112Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:01.113Z||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-11T06:29:01.113Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:01.123Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:01.124Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:02.013Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "serviceName": "Demo_pNF_wvf2Hu7xKg8fRtLFiLAb",
  "serviceVersion": "1.0",
  "serviceUUID": "2d79b410-be28-4462-9a96-a284b8ddcac7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f38b6d90-5638-4d89-8505-f10c3716b72c",
  "resources": [
    {
      "resourceInstanceName": "pNF a78b735b-8203 0",
      "resourceCustomizationUUID": "760e8540-6ab7-4c8e-b663-ed20af0c1ea4",
      "resourceName": "pNF a78b735b-8203",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8d3a4585-787e-4748-af21-9d5348c786cb",
      "resourceInvariantUUID": "2717f217-696c-4791-b47e-8e83f95373ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
      "artifactChecksum": "NjcwNTYyYWJmNzY1NmVmNjIzZWYwOTE3MDhmNmUxODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d1e508-cb61-4fbe-982b-f3c843921541"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:29:02.017Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:29:02.017Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d79b410-be28-4462-9a96-a284b8ddcac7 ASDC
2022-11-11T06:29:02.018Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8922b1ef-571c-488b-aeb1-34bbd2cbc87c
ServiceName:Demo_pNF_wvf2Hu7xKg8fRtLFiLAb
ServiceVersion:1.0
ServiceUUID:2d79b410-be28-4462-9a96-a284b8ddcac7
ServiceInvariantUUID:f38b6d90-5638-4d89-8505-f10c3716b72c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
ArtifactUUID:73d1e508-cb61-4fbe-982b-f3c843921541
ArtifactChecksum:NjcwNTYyYWJmNzY1NmVmNjIzZWYwOTE3MDhmNmUxODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a78b735b-8203 0
ResourceCustomizationUUID:760e8540-6ab7-4c8e-b663-ed20af0c1ea4
ResourceInvariantUUID:2717f217-696c-4791-b47e-8e83f95373ab
ResourceName:pNF a78b735b-8203
ResourceType:PNF
ResourceUUID:8d3a4585-787e-4748-af21-9d5348c786cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-11T06:29:02.020Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d79b410-be28-4462-9a96-a284b8ddcac7 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-11T06:29:02.075Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:29:02.077Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:02.077Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:02.077Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73d1e508-cb61-4fbe-982b-f3c843921541 from URL: /sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:02.077Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:02.078Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:02.218Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:02.223Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar 73d1e508-cb61-4fbe-982b-f3c843921541 87785
2022-11-11T06:29:02.223Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar ASDC sendASDCNotification
2022-11-11T06:29:02.223Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:02.223Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:02.224Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:02.226Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:02.226Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148142223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:02.326Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:02.327Z||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-11T06:29:02.327Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:02.346Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:02.347Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:03.226Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:29:03.228Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:03.228Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 73d1e508-cb61-4fbe-982b-f3c843921541, URL: /sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar to file: /app/ASDC/1/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:03.229Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:03.229Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:03.229Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:03.467Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4875353341336064227/Definitions/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml
2022-11-11T06:29:04.526Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:29:04.527Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:29:04.527Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.527Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:29:04.527Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a78b735b-8203 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-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:29:04.528Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.529Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.529Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Node template pNF a78b735b-8203 0 is matching search criteria
2022-11-11T06:29:04.529Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:29:04.530Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a78b735b-8203 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:29:04.530Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.530Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.530Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Node template pNF a78b735b-8203 0 is matching search criteria
2022-11-11T06:29:04.530Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:29:04.531Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a78b735b-8203 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:29:04.532Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.533Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.533Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.534Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.534Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.534Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.535Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.535Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.535Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.535Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.536Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wvf2Hu7xKg8fRtLFiLAb
Description:catalog service description
Model UUID:2d79b410-be28-4462-9a96-a284b8ddcac7
Model Version:NULL
Model InvariantUuid:f38b6d90-5638-4d89-8505-f10c3716b72c
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-11T06:29:04.545Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8d3a4585-787e-4748-af21-9d5348c786cb
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-11T06:29:04.548Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||pNF a78b735b-8203 0
2022-11-11T06:29:04.548Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8d3a4585-787e-4748-af21-9d5348c786cb
2022-11-11T06:29:04.548Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d79b410-be28-4462-9a96-a284b8ddcac7
2022-11-11T06:29:04.548Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d79b410-be28-4462-9a96-a284b8ddcac7
2022-11-11T06:29:04.548Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a78b735b-8203 0 8d3a4585-787e-4748-af21-9d5348c786cb 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-11T06:29:04.552Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d7e0b9f, org.onap.sdc.toscaparser.api.parameters.Input@dfc919e, org.onap.sdc.toscaparser.api.parameters.Input@24ca1ac4, org.onap.sdc.toscaparser.api.parameters.Input@615ae001, org.onap.sdc.toscaparser.api.parameters.Input@2c352d46]
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d79b410-be28-4462-9a96-a284b8ddcac7: pNF a78b735b-8203
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8d3a4585-787e-4748-af21-9d5348c786cb
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:04.553Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wvf2Hu7xKg8fRtLFiLAb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:04.554Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||Resource customization UUID: 760e8540-6ab7-4c8e-b663-ed20af0c1ea4 is the same as notified resource customizationUUID: 760e8540-6ab7-4c8e-b663-ed20af0c1ea4
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-11T06:29:04.603Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a78b735b-8203 8d3a4585-787e-4748-af21-9d5348c786cb 0 ASDC deployResourceStructure
2022-11-11T06:29:04.604Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar ASDC sendASDCNotification
2022-11-11T06:29:04.604Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar
2022-11-11T06:29:04.604Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:29:04.604Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:04.606Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:04.606Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148144604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:29:04.706Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:04.707Z||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-11T06:29:04.707Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:04.741Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:04.742Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:05.608Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:29:05.619Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8922b1ef-571c-488b-aeb1-34bbd2cbc87c
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-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:29:05.622Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-11T06:29:05.627Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:29:35.627Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8922b1ef-571c-488b-aeb1-34bbd2cbc87c 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-11T06:29:35.634Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8922b1ef-571c-488b-aeb1-34bbd2cbc87c and serviceModelVersionId: 2d79b410-be28-4462-9a96-a284b8ddcac7
2022-11-11T06:29:35.635Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f38b6d90-5638-4d89-8505-f10c3716b72c
2022-11-11T06:29:35.636Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0
2022-11-11T06:29:35.652Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:29:35.722Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0|INFO|500||Invoke
2022-11-11T06:29:35.723Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8922b1ef-571c-488b-aeb1-34bbd2cbc87c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76864927-bd80-4ee8-8f6c-f31a2a084332], X-ECOMP-RequestID=[8922b1ef-571c-488b-aeb1-34bbd2cbc87c], X-TransactionId=[], X-ONAP-RequestID=[8922b1ef-571c-488b-aeb1-34bbd2cbc87c], Content-Type=[application/merge-patch+json]}
2022-11-11T06:29:35.771Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:29:35.905Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?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/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221111-06:29:34:157-48520], vertex-id=[213240], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:29:34 GMT], Content-Type=[application/json]}
2022-11-11T06:29:35.906Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:29:35.907Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38b6d90-5638-4d89-8505-f10c3716b72c/model-vers/model-ver/2d79b410-be28-4462-9a96-a284b8ddcac7?depth=0|INFO|500||InvokeReturn
2022-11-11T06:29:35.907Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:29:35.907Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-11T06:29:35.923Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||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-11T06:29:35.929Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8922b1ef-571c-488b-aeb1-34bbd2cbc87c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:29:35.930Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:29:35.930Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:35.937Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:35.937Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148175930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:29:36.033Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-11T06:29:36.034Z||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-11T06:29:36.034Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:36.053Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:36.054Z||pool-66-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-11T06:29:36.950Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:29:36.950Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"41760b5d-9061-49ca-8dcf-fc305f5e7f7e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f6af8748-b597-4b8a-b2a7-bfd88367824e","serviceDescription":"service","serviceInvariantUUID":"dc6f0d8f-b823-4d91-91b3-6c92b834c2af","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6da9398-ed7b-4ae8-8d60-7d0b1334cb30","resourceInvariantUUID":"92c725e7-5833-4f4e-8f94-7eeea4e60ddb","resourceCustomizationUUID":"08185e51-817b-44ff-a810-34143147f462","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":"M2RlOWVlZGQ4ZGRjZjkyNmFhMzU4MWMyNWU2MDUwNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53ac4097-eb5e-4efe-987f-b0fc02170e98","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":"ae79ea2c-04d3-4e02-ac2e-80996e9db9c4","artifactVersion":"2","generatedFromUUID":"b6ca778d-a2fd-4609-a9ce-11cc945b8ccf"},{"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":"b6ca778d-a2fd-4609-a9ce-11cc945b8ccf","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":"MzIxZDg0ZjJmYzZjNDYyYTZmMTM4OTk5MDE4ZmUyM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7323d42-341a-44cf-a137-c019bed8883f","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":"0e84deb9-2365-4f49-808f-d0add1d34593","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":"47effb92-6f1a-495d-8533-739e30be8868","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":"e7cf4acf-d620-4bd7-8326-34d7eb5ea48f","artifactVersion":"2","generatedFromUUID":"0e84deb9-2365-4f49-808f-d0add1d34593"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWRiMjk5NWRlMmIzM2FmZTk4NTE5MmJmMzFiMTUwOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca3f3660-2f2b-491b-9806-c80c419c5a23","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTVmYjc1MzNkYmI0M2Q3OWIxMWU2NDcyOGRlMDhmMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"272e44a2-6a48-4693-b26f-00e5cc240530","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:29:36.952Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:36.952Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:36.954Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:36.954Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:29:37.055Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:37.056Z||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-11T06:29:37.056Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:37.071Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:37.071Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:37.955Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:37.956Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:37.959Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:37.959Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-11T06:29:38.059Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:38.060Z||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-11T06:29:38.060Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:38.074Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:38.074Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:38.961Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:38.966Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:38.969Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:38.969Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:29:39.073Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-11T06:29:39.075Z||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-11T06:29:39.075Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:39.088Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:39.089Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:39.974Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:39.975Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:39.977Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:39.977Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:29:40.077Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:40.078Z||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-11T06:29:40.078Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:40.101Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:40.102Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:40.977Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:40.978Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:40.980Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:40.980Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:29:41.080Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:41.081Z||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-11T06:29:41.082Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:41.099Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:41.100Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:41.989Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:42.002Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:42.004Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:42.005Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:29:42.105Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:42.106Z||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-11T06:29:42.107Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:42.119Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:42.120Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:29:43.005Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:43.006Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:43.011Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:43.011Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-11T06:29:43.111Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:29:43.112Z||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-11T06:29:43.112Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:43.125Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:43.126Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:44.012Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:44.013Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:44.016Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:44.016Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:29:44.117Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:29:44.118Z||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-11T06:29:44.118Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:44.128Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:44.128Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:45.017Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:29:45.018Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:45.020Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:45.020Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:29:45.120Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:45.121Z||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-11T06:29:45.121Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:45.132Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:45.132Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:46.021Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f6af8748-b597-4b8a-b2a7-bfd88367824e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dc6f0d8f-b823-4d91-91b3-6c92b834c2af",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "08185e51-817b-44ff-a810-34143147f462",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6da9398-ed7b-4ae8-8d60-7d0b1334cb30",
      "resourceInvariantUUID": "92c725e7-5833-4f4e-8f94-7eeea4e60ddb",
      "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": "ae79ea2c-04d3-4e02-ac2e-80996e9db9c4",
          "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": "b6ca778d-a2fd-4609-a9ce-11cc945b8ccf",
          "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": "MzIxZDg0ZjJmYzZjNDYyYTZmMTM4OTk5MDE4ZmUyM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7323d42-341a-44cf-a137-c019bed8883f",
          "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": "0e84deb9-2365-4f49-808f-d0add1d34593",
          "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": "e7cf4acf-d620-4bd7-8326-34d7eb5ea48f",
            "generatedFromUUID": "0e84deb9-2365-4f49-808f-d0add1d34593"
          },
          "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": "e7cf4acf-d620-4bd7-8326-34d7eb5ea48f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTVmYjc1MzNkYmI0M2Q3OWIxMWU2NDcyOGRlMDhmMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "272e44a2-6a48-4693-b26f-00e5cc240530"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:29:46.021Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:29:46.022Z|8922b1ef-571c-488b-aeb1-34bbd2cbc87c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f6af8748-b597-4b8a-b2a7-bfd88367824e ASDC
2022-11-11T06:29:46.022Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:41760b5d-9061-49ca-8dcf-fc305f5e7f7e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f6af8748-b597-4b8a-b2a7-bfd88367824e
ServiceInvariantUUID:dc6f0d8f-b823-4d91-91b3-6c92b834c2af
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:272e44a2-6a48-4693-b26f-00e5cc240530
ArtifactChecksum:ZTVmYjc1MzNkYmI0M2Q3OWIxMWU2NDcyOGRlMDhmMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:08185e51-817b-44ff-a810-34143147f462
ResourceInvariantUUID:92c725e7-5833-4f4e-8f94-7eeea4e60ddb
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d6da9398-ed7b-4ae8-8d60-7d0b1334cb30
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:ae79ea2c-04d3-4e02-ac2e-80996e9db9c4
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:b6ca778d-a2fd-4609-a9ce-11cc945b8ccf
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:b7323d42-341a-44cf-a137-c019bed8883f
ArtifactChecksum:MzIxZDg0ZjJmYzZjNDYyYTZmMTM4OTk5MDE4ZmUyM2U=
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:0e84deb9-2365-4f49-808f-d0add1d34593
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:e7cf4acf-d620-4bd7-8326-34d7eb5ea48f
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:e7cf4acf-d620-4bd7-8326-34d7eb5ea48f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:29:46.022Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6af8748-b597-4b8a-b2a7-bfd88367824e 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-11T06:29:46.052Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:29:46.053Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:46.053Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:46.053Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 272e44a2-6a48-4693-b26f-00e5cc240530 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-11T06:29:46.053Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:46.053Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-11T06:29:46.265Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:46.269Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 272e44a2-6a48-4693-b26f-00e5cc240530 73680
2022-11-11T06:29:46.269Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:46.269Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:46.269Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:46.270Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:46.272Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:46.272Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:46.372Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:46.373Z||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-11T06:29:46.373Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:46.383Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:46.383Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:47.273Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:29:47.274Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:29:47.275Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 272e44a2-6a48-4693-b26f-00e5cc240530, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-11T06:29:47.275Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-11T06:29:47.276Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-11T06:29:47.276Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-11T06:29:47.398Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5104612754473115837/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-11T06:29:48.625Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:29:48.625Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:29:48.626Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.627Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.627Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:48.627Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:29:48.627Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:29:48.627Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.628Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:29:48.629Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.630Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.631Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af463e3f-0835-47e0-951d-5df7a078051f
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.632Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.633Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.633Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.633Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:48.633Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:48.633Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f6af8748-b597-4b8a-b2a7-bfd88367824e
Model Version:NULL
Model InvariantUuid:dc6f0d8f-b823-4d91-91b3-6c92b834c2af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3d649de1-1de1-47f5-9a6c-31a97706752a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92c725e7-5833-4f4e-8f94-7eeea4e60ddb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:08185e51-817b-44ff-a810-34143147f462
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:120f24b9-337a-4b31-90e6-88306115297a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bf1c7623-0df0-4a4a-9924-33d3b1576283
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:af463e3f-0835-47e0-951d-5df7a078051f
ModelInvariantUuid:98043cdb-16a7-4472-9002-a89c14a9349e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9768b163-3c2b-4abd-a335-f09e9cda5de1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:dde3a8a8-9c0b-4624-8bc8-1473630bf5ba
ModelInvariantUuid:c1519b4e-9012-47e5-8380-646f6f12fe3d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8ab94620-7972-4290-be39-dbca0aabd6d5
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-11T06:29:48.640Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d6da9398-ed7b-4ae8-8d60-7d0b1334cb30
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-11T06:29:48.643Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-11-11T06:29:48.643Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6da9398-ed7b-4ae8-8d60-7d0b1334cb30
2022-11-11T06:29:48.643Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ae79ea2c-04d3-4e02-ac2e-80996e9db9c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-11T06:29:48.643Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:48.644Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.695Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:48.696Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ae79ea2c-04d3-4e02-ac2e-80996e9db9c4 12
2022-11-11T06:29:48.696Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.696Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:48.696Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:48.696Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:48.698Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:48.699Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148188696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:48.798Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:29:48.799Z||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-11T06:29:48.799Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:48.810Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:48.811Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:49.699Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6ca778d-a2fd-4609-a9ce-11cc945b8ccf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-11T06:29:49.700Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:49.700Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:49.753Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:49.753Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b6ca778d-a2fd-4609-a9ce-11cc945b8ccf 2688
2022-11-11T06:29:49.754Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:49.754Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:49.754Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:49.754Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:49.756Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:49.756Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148189753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:49.856Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:49.857Z||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-11T06:29:49.858Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:49.868Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:49.868Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:50.758Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b7323d42-341a-44cf-a137-c019bed8883f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-11T06:29:50.758Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:50.758Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:50.808Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:50.809Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b7323d42-341a-44cf-a137-c019bed8883f 828
2022-11-11T06:29:50.810Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:50.810Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:50.811Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:50.811Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:50.814Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:50.814Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148190810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:50.914Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:50.915Z||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-11T06:29:50.915Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:50.926Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:50.926Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:51.815Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "120f24b9-337a-4b31-90e6-88306115297a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf1c7623-0df0-4a4a-9924-33d3b1576283",
    "vfModuleModelCustomizationUUID": "03089584-b9fd-4f79-8def-cd2333f1dc30",
    "isBase": true,
    "artifacts": [
      "0e84deb9-2365-4f49-808f-d0add1d34593",
      "b6ca778d-a2fd-4609-a9ce-11cc945b8ccf",
      "e7cf4acf-d620-4bd7-8326-34d7eb5ea48f"
    ],
    "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-11T06:29:51.821Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf1c7623-0df0-4a4a-9924-33d3b1576283
VfModuleModelInvariantUUID:120f24b9-337a-4b31-90e6-88306115297a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e84deb9-2365-4f49-808f-d0add1d34593
,
b6ca778d-a2fd-4609-a9ce-11cc945b8ccf
,
e7cf4acf-d620-4bd7-8326-34d7eb5ea48f

}
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-11T06:29:51.823Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "120f24b9-337a-4b31-90e6-88306115297a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf1c7623-0df0-4a4a-9924-33d3b1576283",
    "vfModuleModelCustomizationUUID": "03089584-b9fd-4f79-8def-cd2333f1dc30",
    "isBase": true,
    "artifacts": [
      "0e84deb9-2365-4f49-808f-d0add1d34593",
      "b6ca778d-a2fd-4609-a9ce-11cc945b8ccf",
      "e7cf4acf-d620-4bd7-8326-34d7eb5ea48f"
    ],
    "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-11T06:29:51.823Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf1c7623-0df0-4a4a-9924-33d3b1576283
VfModuleModelInvariantUUID:120f24b9-337a-4b31-90e6-88306115297a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e84deb9-2365-4f49-808f-d0add1d34593
,
b6ca778d-a2fd-4609-a9ce-11cc945b8ccf
,
e7cf4acf-d620-4bd7-8326-34d7eb5ea48f

}
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-11T06:29:51.823Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e84deb9-2365-4f49-808f-d0add1d34593 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-11T06:29:51.824Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:51.824Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:51.872Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:51.873Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0e84deb9-2365-4f49-808f-d0add1d34593 1164
2022-11-11T06:29:51.873Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:51.873Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:51.874Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:51.874Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:51.876Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:51.876Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148191873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:51.976Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:29:51.977Z||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-11T06:29:51.977Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:51.991Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:51.992Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:52.877Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7cf4acf-d620-4bd7-8326-34d7eb5ea48f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-11T06:29:52.878Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:29:52.878Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:52.926Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:29:52.926Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e7cf4acf-d620-4bd7-8326-34d7eb5ea48f 200
2022-11-11T06:29:52.927Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:52.927Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:52.927Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:29:52.927Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:52.929Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:52.929Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148192927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:29:53.030Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:29:53.031Z||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-11T06:29:53.031Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:53.040Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:53.041Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:53.931Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6af8748-b597-4b8a-b2a7-bfd88367824e
2022-11-11T06:29:53.931Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d6da9398-ed7b-4ae8-8d60-7d0b1334cb30 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 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-11T06:29:53.951Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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 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-11T06:29:53.954Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c01f649, org.onap.sdc.toscaparser.api.parameters.Input@31110ebb, org.onap.sdc.toscaparser.api.parameters.Input@733d20, org.onap.sdc.toscaparser.api.parameters.Input@6ca53219, org.onap.sdc.toscaparser.api.parameters.Input@7f85327a]
2022-11-11T06:29:53.956Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.956Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.956Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:29:53.957Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 08185e51-817b-44ff-a810-34143147f462
2022-11-11T06:29:53.957Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08185e51-817b-44ff-a810-34143147f462 matches Tosca VF Customization UUID: 08185e51-817b-44ff-a810-34143147f462
2022-11-11T06:29:53.957Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 08185e51-817b-44ff-a810-34143147f462  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-11T06:29:53.959Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.959Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.960Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 08185e51-817b-44ff-a810-34143147f462: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:29:53.960Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1aabf429
2022-11-11T06:29:53.960Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.961Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:29:53.961Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03089584-b9fd-4f79-8def-cd2333f1dc30
2022-11-11T06:29:53.961Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03089584-b9fd-4f79-8def-cd2333f1dc30
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-11T06:29:53.963Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.963Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:53.964Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:53.964Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.964Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:53.965Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:53.965Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.965Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-11T06:29:53.965Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-11T06:29:53.966Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af463e3f-0835-47e0-951d-5df7a078051f
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-11T06:29:53.968Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.968Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:53.968Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:29:53.969Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.969Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-11T06:29:53.969Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=08185e51-817b-44ff-a810-34143147f462
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-11T06:29:53.971Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.971Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.971Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6af8748-b597-4b8a-b2a7-bfd88367824e: basic_cnf
2022-11-11T06:29:53.972Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.972Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.972Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.972Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.973Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.973Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.973Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.973Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.973Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:29:53.974Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:29:53.974Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:54.036Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d6da9398-ed7b-4ae8-8d60-7d0b1334cb30 1 ASDC deployResourceStructure
2022-11-11T06:29:54.037Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:54.037Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:54.038Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-11T06:29:54.038Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:54.040Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:54.040Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148194037,
  "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-11T06:29:54.140Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:54.142Z||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-11T06:29:54.142Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:54.149Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:54.150Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:29:54.151Z||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-11T06:29:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:54.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:54.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:29:54.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148128413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:29:54.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:29:54.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:29:54.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:29:54.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:29:55.041Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:55.042Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:55.042Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-11T06:29:55.042Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:55.044Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:55.044Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148195041,
  "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-11T06:29:55.144Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:55.145Z||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-11T06:29:55.145Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:55.155Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:55.155Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:56.045Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:56.046Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:56.046Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:29:56.046Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:56.049Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:56.049Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148196045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:29:56.149Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:56.149Z||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-11T06:29:56.149Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:56.158Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:56.158Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:57.051Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:57.052Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:57.052Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:29:57.052Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:57.055Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:57.055Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:29:57.155Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:57.156Z||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-11T06:29:57.157Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:57.167Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:57.168Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:58.057Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:58.057Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:58.057Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:29:58.057Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:58.060Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:58.060Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148198056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:29:58.160Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:29:58.161Z||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-11T06:29:58.161Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:58.173Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:58.173Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:29:59.061Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:59.061Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:29:59.062Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:29:59.062Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:29:59.064Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:29:59.064Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148199061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:29:59.165Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:29:59.166Z||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-11T06:29:59.166Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:29:59.197Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:29:59.197Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:30:00.066Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:30:00.078Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41760b5d-9061-49ca-8dcf-fc305f5e7f7e
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-11T06:30:00.081Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:30:00.082Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:30:00.082Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:30:00.082Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:30:00.082Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:30:00.083Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:30:00.083Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:30:00.083Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:30:00.083Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:30:00.083Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:30:00.089Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:30:30.089Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41760b5d-9061-49ca-8dcf-fc305f5e7f7e 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-11T06:30:30.097Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41760b5d-9061-49ca-8dcf-fc305f5e7f7e and serviceModelVersionId: f6af8748-b597-4b8a-b2a7-bfd88367824e
2022-11-11T06:30:30.097Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc6f0d8f-b823-4d91-91b3-6c92b834c2af
2022-11-11T06:30:30.098Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?depth=0
2022-11-11T06:30:30.105Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:30:30.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?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-11T06:30:30.153Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?depth=0|INFO|500||Invoke
2022-11-11T06:30:30.173Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:30:30.254Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?depth=0|INFO|500||InvokeReturn
2022-11-11T06:30:30.255Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc6f0d8f-b823-4d91-91b3-6c92b834c2af/model-vers/model-ver/f6af8748-b597-4b8a-b2a7-bfd88367824e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:30:28:549-97747], vertex-id=[258216], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:30:28 GMT], Content-Type=[application/json]}
2022-11-11T06:30:30.256Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:30:30.256Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:30:30.256Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:30:30.262Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||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-11T06:30:30.263Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41760b5d-9061-49ca-8dcf-fc305f5e7f7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:30:30.264Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:30:30.265Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:30:30.267Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:30:30.268Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148230263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:30:30.368Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:30:30.369Z||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-11T06:30:30.369Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:30:30.385Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:30:30.386Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:30:31.280Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:30:31.281Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:30:31.281Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:30:40.834Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:30:40.835Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:30:40.836Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:30:40.836Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:30:50.420Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:30:50.421Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:30:50.422Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:30:50.422Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:30:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:30:54.152Z||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-11T06:30:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:30:54.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:30:54.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/resourceInstances/pnfa78b735b82030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148142223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148144604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvf2hu7xkg8frtlfilab/1.0/artifacts/service-DemoPnfWvf2hu7xkg8frtlfilab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8922b1ef-571c-488b-aeb1-34bbd2cbc87c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148175930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:30:54.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148129436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148188696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148189753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148190810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148191873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148192927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-11T06:30:54.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148194037,
  "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-11T06:30:54.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:30:59.994Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:30:59.995Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:30:59.996Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:30:59.996Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:31:09.551Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:31:09.552Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:31:09.553Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:31:09.554Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:31:19.103Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:31:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:31:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:31:54.151Z||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-11T06:31:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:31:54.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:31:54.152Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:31:54.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:31:54.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148195041,
  "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-11T06:31:54.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:31:54.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148196045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:31:54.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:31:54.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148198056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148199061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41760b5d-9061-49ca-8dcf-fc305f5e7f7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668148230263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:31:54.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:32:03.700Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:32:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:32:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:32:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:32:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:32:54.151Z||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-11T06:32:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:33:03.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:33:03.726Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:33:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:33:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:33:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:33:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:33:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:33:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:34:03.734Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:34:03.762Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:34:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:34:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:34:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:34:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:34:54.151Z||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-11T06:34:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:35:03.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:35:03.742Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:35:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:35:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:35:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:35:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:35:54.151Z||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-11T06:35:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:36:03.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:36:03.718Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:36:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:36:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T06:36:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:36:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:36:54.151Z||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-11T06:36:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:37:03.712Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:37:03.713Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:37:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:37:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:37:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:37:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:37:54.151Z||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-11T06:37:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:38:03.729Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:38:03.745Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:38:54.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:38:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:38:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:38:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:38:54.151Z||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-11T06:38:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:39:03.724Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:39:03.728Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:39:54.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:39:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:39:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:39:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:39:54.151Z||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-11T06:39:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:40:03.710Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:40:03.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:40:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:40:54.150Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:40:54.153Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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-11T06:40:54.153Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:40:54.168Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:40:54.168Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:41:03.745Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:41:03.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:41:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:41:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:41:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:41:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:41:54.151Z||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-11T06:41:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:42:03.705Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:42:03.713Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:42:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:42:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:42:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:42:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:42:54.151Z||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-11T06:42:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:43:03.701Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:43:03.701Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:43:54.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:43:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:43:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:43:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:43:54.152Z||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-11T06:43:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:44:03.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:44:03.720Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:44:54.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:44:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:44:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:44:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:44:54.151Z||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-11T06:44:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:45:03.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:45:03.719Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:45:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:45:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:45:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:45:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:45:54.151Z||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-11T06:45:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:46:03.701Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:46:03.702Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:46:54.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:46:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:46:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:46:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:46:54.151Z||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-11T06:46:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:47:03.711Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:47:03.711Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:47:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:47:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:47:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:47:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:47:54.151Z||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-11T06:47:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:48:03.704Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:48:03.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:48:54.149Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:48:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:48:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:48:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:48:54.151Z||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-11T06:48:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:03.707Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:03.710Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:54.148Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:49:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:49:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:49:54.151Z||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-11T06:49:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:56.596Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:56.598Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:49:56.598Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddc9fba0-f5da-41af-8b6d-7444053456d0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"18058f97-9eed-451f-a9c9-3bc3de2a8b4e","serviceDescription":"service","serviceInvariantUUID":"b61a9756-93a7-426d-ab84-bcd6f5860541","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1e356f8-a883-4f53-9d06-9ff91dffd73c","resourceInvariantUUID":"bcabf802-5174-4d45-b225-1d595528e57d","resourceCustomizationUUID":"314b0a45-aa5a-4729-894a-44a4788fef25","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":"NGFkNjhmYjE1Yzk0OWM3MTlkM2RhMTVkYzY1YjNlNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fc306f-1744-4c18-b4cc-3fa2ff6d86ef","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":"YmRjN2RiYTVjNGViNjEwNTc0NDdiOWQyMWY4NGZlODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"53189a9c-54c3-48bb-8187-3317911ab998","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":"93bc9d70-b518-495a-ae89-03870eca80a1","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":"3525545d-40f6-4d8e-a080-97e774e934bb","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":"8d467c5a-efb9-4e8e-8ef7-a4330e6d26e7","artifactVersion":"2","generatedFromUUID":"8eb13db7-0196-48be-af23-0ff9691e875f"},{"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":"814c2b75-42e1-4e8e-9131-8ae46528b5ab","artifactVersion":"2","generatedFromUUID":"93bc9d70-b518-495a-ae89-03870eca80a1"},{"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":"8eb13db7-0196-48be-af23-0ff9691e875f","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":"8b5b607d-e3ea-4515-85b9-b170de7f1bce","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":"YjEyNmJiZjUyMTA0YmQ4MTRlNmY5ZGY4MTkzMmQ0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa134a98-625b-4c6f-b209-f291517a839b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmQ5ZTg1NDE3NTFhYWNlMjgxMzQ5NWM3NmViM2VkMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26474e9c-85e1-44ad-be71-57f7f5d856c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:49:56.604Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:49:56.605Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:49:56.611Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:49:56.612Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:49:56.711Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:49:56.713Z||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-11T06:49:56.713Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:56.727Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:56.727Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-11-11T06:49:56.843Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:56.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:49:56.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:49:56.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:49:57.613Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:49:57.614Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:49:57.616Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:49:57.616Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:49:57.716Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:49:57.717Z||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-11T06:49:57.717Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:57.747Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:57.749Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":3,"count":1}
2022-11-11T06:49:58.617Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:49:58.618Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:49:58.621Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:49:58.621Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:49:58.722Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:49:58.723Z||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-11T06:49:58.723Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:58.735Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:58.735Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:49:59.622Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:49:59.623Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:49:59.627Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:49:59.627Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:49:59.728Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:49:59.729Z||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-11T06:49:59.730Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:49:59.756Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:49:59.756Z||pool-92-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":6,"count":1}
2022-11-11T06:50:00.627Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:00.628Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:00.631Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:00.631Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-11T06:50:00.731Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:00.732Z||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-11T06:50:00.732Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:00.741Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:00.741Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:01.637Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:01.638Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:01.641Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:01.641Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-11T06:50:01.741Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:01.742Z||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-11T06:50:01.742Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:01.764Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:01.765Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:02.642Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:02.645Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:02.648Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:02.648Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:50:02.750Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:50:02.751Z||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-11T06:50:02.751Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:02.770Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:02.771Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:03.649Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:03.651Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:03.653Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:03.653Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:50:03.754Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:50:03.755Z||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-11T06:50:03.755Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:03.772Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:03.773Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:04.654Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:04.655Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:04.657Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:04.657Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:50:04.757Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:04.758Z||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-11T06:50:04.759Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:04.767Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:04.768Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:05.658Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:50:05.660Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:05.662Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:05.662Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:50:05.763Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:05.764Z||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-11T06:50:05.765Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:05.776Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:05.776Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:06.663Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18058f97-9eed-451f-a9c9-3bc3de2a8b4e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b61a9756-93a7-426d-ab84-bcd6f5860541",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "314b0a45-aa5a-4729-894a-44a4788fef25",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1e356f8-a883-4f53-9d06-9ff91dffd73c",
      "resourceInvariantUUID": "bcabf802-5174-4d45-b225-1d595528e57d",
      "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": "YmRjN2RiYTVjNGViNjEwNTc0NDdiOWQyMWY4NGZlODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "53189a9c-54c3-48bb-8187-3317911ab998",
          "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": "93bc9d70-b518-495a-ae89-03870eca80a1",
          "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": "814c2b75-42e1-4e8e-9131-8ae46528b5ab",
            "generatedFromUUID": "93bc9d70-b518-495a-ae89-03870eca80a1"
          },
          "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": "8d467c5a-efb9-4e8e-8ef7-a4330e6d26e7",
          "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": "814c2b75-42e1-4e8e-9131-8ae46528b5ab",
          "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": "8eb13db7-0196-48be-af23-0ff9691e875f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmQ5ZTg1NDE3NTFhYWNlMjgxMzQ5NWM3NmViM2VkMzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26474e9c-85e1-44ad-be71-57f7f5d856c0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:50:06.665Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:50:06.665Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18058f97-9eed-451f-a9c9-3bc3de2a8b4e ASDC
2022-11-11T06:50:06.667Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ddc9fba0-f5da-41af-8b6d-7444053456d0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:18058f97-9eed-451f-a9c9-3bc3de2a8b4e
ServiceInvariantUUID:b61a9756-93a7-426d-ab84-bcd6f5860541
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:26474e9c-85e1-44ad-be71-57f7f5d856c0
ArtifactChecksum:ZmQ5ZTg1NDE3NTFhYWNlMjgxMzQ5NWM3NmViM2VkMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:314b0a45-aa5a-4729-894a-44a4788fef25
ResourceInvariantUUID:bcabf802-5174-4d45-b225-1d595528e57d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f1e356f8-a883-4f53-9d06-9ff91dffd73c
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:53189a9c-54c3-48bb-8187-3317911ab998
ArtifactChecksum:YmRjN2RiYTVjNGViNjEwNTc0NDdiOWQyMWY4NGZlODk=
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:93bc9d70-b518-495a-ae89-03870eca80a1
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:814c2b75-42e1-4e8e-9131-8ae46528b5ab
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:8d467c5a-efb9-4e8e-8ef7-a4330e6d26e7
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:814c2b75-42e1-4e8e-9131-8ae46528b5ab
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:8eb13db7-0196-48be-af23-0ff9691e875f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:50:06.667Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18058f97-9eed-451f-a9c9-3bc3de2a8b4e 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-11T06:50:06.719Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:50:06.721Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:50:06.721Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:50:06.722Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 26474e9c-85e1-44ad-be71-57f7f5d856c0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:06.722Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:06.722Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:06.798Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:06.810Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 26474e9c-85e1-44ad-be71-57f7f5d856c0 162967
2022-11-11T06:50:06.811Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:06.813Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:06.813Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:06.814Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:06.816Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:06.816Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149406811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:06.916Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:06.917Z||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-11T06:50:06.917Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:06.925Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:06.926Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:07.817Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:50:07.818Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:50:07.819Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 26474e9c-85e1-44ad-be71-57f7f5d856c0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:07.819Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-11T06:50:07.820Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:07.820Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:08.143Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3823316970280868233/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-11T06:50:09.591Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:50:09.592Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:50:09.592Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-11T06:50:09.592Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-11T06:50:09.593Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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-BasicCnfMacro-csar.csar
2022-11-11T06:50:09.593Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.593Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.593Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.593Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:50:09.594Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.594Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.594Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.595Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:50:09.595Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:50:09.595Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.596Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.596Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.596Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:50:09.596Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:50:09.596Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.597Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.597Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.597Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-11T06:50:09.597Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-11T06:50:09.598Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-11T06:50:09.598Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:50:09.598Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.598Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:50:09.599Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.599Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.599Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:09.599Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.600Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.600Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:09.600Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.600Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.600Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:09.601Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.601Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:09.601Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:09.601Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.602Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-11T06:50:09.602Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-11T06:50:09.602Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7b84a5af-2a03-4ed9-ab78-6ce92231eebb
2022-11-11T06:50:09.602Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.602Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.603Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.603Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.603Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.603Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.603Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:09.604Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:09.604Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:18058f97-9eed-451f-a9c9-3bc3de2a8b4e
Model Version:NULL
Model InvariantUuid:b61a9756-93a7-426d-ab84-bcd6f5860541
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:908ddd4d-8e6f-4739-a729-7f4b5e86ecd7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcabf802-5174-4d45-b225-1d595528e57d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:314b0a45-aa5a-4729-894a-44a4788fef25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:521af019-3479-484d-b757-3134fbefdfee
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:fe069c5a-2e46-473a-9bcc-d4fb3f6727ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b3880d0b-0c3f-4dee-9992-ce5965eaf9a2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4e17c2d6-0b0c-4da5-802d-5c67a639cb4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b84a5af-2a03-4ed9-ab78-6ce92231eebb
ModelInvariantUuid:3b33b696-751e-422c-bad2-55f07a42e31c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e22d5a50-a6eb-4d4c-8af0-004cb9d6c3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1a15f90d-aa94-4c6d-969f-9c7410e3ee06
ModelInvariantUuid:68b3413f-9dde-4f8c-a159-6135725b949c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:3c397c80-87b7-41ef-b481-3ef87dca8138
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-11T06:50:09.611Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f1e356f8-a883-4f53-9d06-9ff91dffd73c
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-11T06:50:09.617Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-11-11T06:50:09.617Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1e356f8-a883-4f53-9d06-9ff91dffd73c
2022-11-11T06:50:09.617Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 53189a9c-54c3-48bb-8187-3317911ab998 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-11T06:50:09.617Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:09.618Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.666Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:09.666Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 53189a9c-54c3-48bb-8187-3317911ab998 1565
2022-11-11T06:50:09.666Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.666Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:09.667Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:09.667Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:09.669Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:09.669Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149409666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:09.769Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:09.770Z||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-11T06:50:09.770Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:09.779Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:09.779Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:10.670Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b3880d0b-0c3f-4dee-9992-ce5965eaf9a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e17c2d6-0b0c-4da5-802d-5c67a639cb4d",
    "vfModuleModelCustomizationUUID": "2966ed3c-2d75-4436-8665-95599499fb4d",
    "isBase": true,
    "artifacts": [
      "93bc9d70-b518-495a-ae89-03870eca80a1",
      "814c2b75-42e1-4e8e-9131-8ae46528b5ab"
    ],
    "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": "521af019-3479-484d-b757-3134fbefdfee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe069c5a-2e46-473a-9bcc-d4fb3f6727ac",
    "vfModuleModelCustomizationUUID": "a4e54ec5-0f9c-44b9-b527-2507a4e6750e",
    "isBase": false,
    "artifacts": [
      "8eb13db7-0196-48be-af23-0ff9691e875f"
    ],
    "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-11T06:50:10.678Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e17c2d6-0b0c-4da5-802d-5c67a639cb4d
VfModuleModelInvariantUUID:b3880d0b-0c3f-4dee-9992-ce5965eaf9a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
93bc9d70-b518-495a-ae89-03870eca80a1
,
814c2b75-42e1-4e8e-9131-8ae46528b5ab

}
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:fe069c5a-2e46-473a-9bcc-d4fb3f6727ac
VfModuleModelInvariantUUID:521af019-3479-484d-b757-3134fbefdfee
VfModuleModelDescription:NULL
Artifacts UUID List:{
8eb13db7-0196-48be-af23-0ff9691e875f

}
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-11T06:50:10.680Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b3880d0b-0c3f-4dee-9992-ce5965eaf9a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e17c2d6-0b0c-4da5-802d-5c67a639cb4d",
    "vfModuleModelCustomizationUUID": "2966ed3c-2d75-4436-8665-95599499fb4d",
    "isBase": true,
    "artifacts": [
      "93bc9d70-b518-495a-ae89-03870eca80a1",
      "814c2b75-42e1-4e8e-9131-8ae46528b5ab"
    ],
    "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": "521af019-3479-484d-b757-3134fbefdfee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe069c5a-2e46-473a-9bcc-d4fb3f6727ac",
    "vfModuleModelCustomizationUUID": "a4e54ec5-0f9c-44b9-b527-2507a4e6750e",
    "isBase": false,
    "artifacts": [
      "8eb13db7-0196-48be-af23-0ff9691e875f"
    ],
    "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-11T06:50:10.681Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e17c2d6-0b0c-4da5-802d-5c67a639cb4d
VfModuleModelInvariantUUID:b3880d0b-0c3f-4dee-9992-ce5965eaf9a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
93bc9d70-b518-495a-ae89-03870eca80a1
,
814c2b75-42e1-4e8e-9131-8ae46528b5ab

}
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:fe069c5a-2e46-473a-9bcc-d4fb3f6727ac
VfModuleModelInvariantUUID:521af019-3479-484d-b757-3134fbefdfee
VfModuleModelDescription:NULL
Artifacts UUID List:{
8eb13db7-0196-48be-af23-0ff9691e875f

}
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-11T06:50:10.682Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 93bc9d70-b518-495a-ae89-03870eca80a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-11T06:50:10.682Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:10.682Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:10.729Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:10.730Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 93bc9d70-b518-495a-ae89-03870eca80a1 914
2022-11-11T06:50:10.730Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:10.730Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:10.730Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:10.730Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:10.732Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:10.732Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149410730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:10.832Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:10.833Z||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-11T06:50:10.834Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:10.846Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:10.846Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:11.733Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d467c5a-efb9-4e8e-8ef7-a4330e6d26e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-11T06:50:11.734Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:11.734Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:11.779Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:11.779Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8d467c5a-efb9-4e8e-8ef7-a4330e6d26e7 12
2022-11-11T06:50:11.780Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:11.780Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:11.780Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:11.780Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:11.783Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:11.783Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149411780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:11.883Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:11.884Z||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-11T06:50:11.884Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:11.894Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:11.895Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:12.784Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 814c2b75-42e1-4e8e-9131-8ae46528b5ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-11T06:50:12.784Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:12.784Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:12.831Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:12.832Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 814c2b75-42e1-4e8e-9131-8ae46528b5ab 96
2022-11-11T06:50:12.832Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:12.832Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:12.832Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:12.833Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:12.835Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:12.835Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149412832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:12.935Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:12.936Z||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-11T06:50:12.936Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:12.945Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:12.945Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:13.835Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8eb13db7-0196-48be-af23-0ff9691e875f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-11T06:50:13.836Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:50:13.836Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:13.882Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:50:13.883Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8eb13db7-0196-48be-af23-0ff9691e875f 20206
2022-11-11T06:50:13.884Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:13.884Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:13.884Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:50:13.884Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:13.887Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:13.887Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149413884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:50:13.987Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:13.989Z||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-11T06:50:13.989Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:14.001Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:14.002Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:14.896Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 18058f97-9eed-451f-a9c9-3bc3de2a8b4e
2022-11-11T06:50:14.896Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f1e356f8-a883-4f53-9d06-9ff91dffd73c 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-11T06:50:14.908Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72fba77f, org.onap.sdc.toscaparser.api.parameters.Input@27bbce65, org.onap.sdc.toscaparser.api.parameters.Input@e1e91eb, org.onap.sdc.toscaparser.api.parameters.Input@6289366b, org.onap.sdc.toscaparser.api.parameters.Input@4de6b51a]
2022-11-11T06:50:14.910Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.910Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.912Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:50:14.912Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 314b0a45-aa5a-4729-894a-44a4788fef25
2022-11-11T06:50:14.912Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 314b0a45-aa5a-4729-894a-44a4788fef25 matches Tosca VF Customization UUID: 314b0a45-aa5a-4729-894a-44a4788fef25
2022-11-11T06:50:14.912Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 314b0a45-aa5a-4729-894a-44a4788fef25  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-11T06:50:14.915Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.916Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.916Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 314b0a45-aa5a-4729-894a-44a4788fef25: {\"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-11T06:50:14.917Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@652d814f
2022-11-11T06:50:14.917Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.917Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:50:14.918Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4e54ec5-0f9c-44b9-b527-2507a4e6750e
2022-11-11T06:50:14.918Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4e54ec5-0f9c-44b9-b527-2507a4e6750e
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-11T06:50:14.921Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.922Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:14.922Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:14.922Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.923Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:14.923Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:50:14.923Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.924Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-11T06:50:14.924Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=314b0a45-aa5a-4729-894a-44a4788fef25
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-11T06:50:14.926Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.927Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.927Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 18058f97-9eed-451f-a9c9-3bc3de2a8b4e: basic_cnf_macro
2022-11-11T06:50:14.927Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.927Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.928Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.928Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.928Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.929Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.929Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.929Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.929Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:50:14.930Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:50:14.930Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:14.973Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f1e356f8-a883-4f53-9d06-9ff91dffd73c 2 ASDC deployResourceStructure
2022-11-11T06:50:14.973Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:14.974Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:14.974Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:50:14.974Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:14.977Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:14.978Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149414973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:50:15.080Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:50:15.082Z||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-11T06:50:15.082Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:15.093Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:15.094Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:15.988Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:15.988Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:15.988Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:50:15.989Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:15.991Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:15.991Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149415988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:50:16.091Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:50:16.092Z||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-11T06:50:16.092Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:16.102Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:16.102Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:16.992Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:16.994Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:16.994Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-11T06:50:16.994Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:16.996Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:16.997Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149416992,
  "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-11T06:50:17.097Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:17.099Z||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-11T06:50:17.099Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:17.112Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:17.112Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:17.999Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:17.999Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:17.999Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:50:18.000Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:18.002Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:18.002Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149417998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:50:18.102Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:18.103Z||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-11T06:50:18.103Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:18.118Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:18.118Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:19.008Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:19.008Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:19.008Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-11T06:50:19.008Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:19.013Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:19.013Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149419008,
  "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-11T06:50:19.111Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-11T06:50:19.112Z||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-11T06:50:19.113Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:19.121Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:19.122Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:50:20.014Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:20.014Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||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-11T06:50:20.014Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:50:20.015Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:50:20.017Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:50:20.017Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149420014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:50:20.117Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:50:20.118Z||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-11T06:50:20.119Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:20.130Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:20.131Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:50:21.018Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:50:21.028Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:50:21.030Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:50:21.030Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:50:21.030Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:50:51.030Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:50:51.045Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:50:51.052Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:50:51.052Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:50:51.052Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:50:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:50:54.151Z||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-11T06:50:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:50:54.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:50:54.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:50:54.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:50:54.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:51:21.053Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:51:21.066Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:51:21.068Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:51:21.068Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:51:21.068Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:51:51.069Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:51:51.077Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:51:51.079Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:51:51.079Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:51:51.079Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:51:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:51:54.152Z||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-11T06:51:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:51:54.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:51:54.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:51:54.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:51:54.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:51:54.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:51:54.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:51:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:21.079Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:52:21.090Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:52:21.092Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:52:21.092Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:52:21.093Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:52:51.093Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:52:51.104Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:52:51.106Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:52:51.106Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:52:51.106Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:52:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:52:54.151Z||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-11T06:52:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:52:54.168Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:52:54.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149387373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149394148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149390966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149388902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149396239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149405054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149405481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149406811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149405077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149407025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149408093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149409150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149407477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "cds",
  "timestamp": 1668149408306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:52:54.231Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddc9fba0-f5da-41af-8b6d-7444053456d0
2022-11-11T06:52:54.231Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddc9fba0-f5da-41af-8b6d-7444053456d0 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-11T06:52:54.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149409666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149410214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149408481,
  "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-11T06:52:54.253Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddc9fba0-f5da-41af-8b6d-7444053456d0
2022-11-11T06:52:54.254Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddc9fba0-f5da-41af-8b6d-7444053456d0 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-11T06:52:54.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149410730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149411307,
  "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-11T06:52:54.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddc9fba0-f5da-41af-8b6d-7444053456d0
2022-11-11T06:52:54.279Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddc9fba0-f5da-41af-8b6d-7444053456d0 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-11T06:52:54.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149411780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149412313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149412832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149413884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149412394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149414973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "aai-ml",
  "timestamp": 1668149413398,
  "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-11T06:52:54.298Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddc9fba0-f5da-41af-8b6d-7444053456d0
2022-11-11T06:52:54.298Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddc9fba0-f5da-41af-8b6d-7444053456d0 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-11T06:52:54.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149415988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149416992,
  "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-11T06:52:54.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149417998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149409314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149419008,
  "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-11T06:52:54.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149418203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149420014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "cds",
  "timestamp": 1668149419560,
  "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-11T06:52:54.321Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
2022-11-11T06:52:54.321Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 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-11T06:52:54.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149404913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149416241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149424974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149426041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149417373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149427095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149426125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149428125,
  "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-11T06:52:54.341Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
2022-11-11T06:52:54.342Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 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-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149429129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149427613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149428490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149420966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149429494,
  "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-11T06:52:54.356Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
2022-11-11T06:52:54.356Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 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-11T06:52:54.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149430793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "cds",
  "timestamp": 1668149432109,
  "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-11T06:52:54.374Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53585909-d6f0-4e8c-950e-c23a4de57793
2022-11-11T06:52:54.374Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53585909-d6f0-4e8c-950e-c23a4de57793 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-11T06:52:54.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149424913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149434678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149435708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149434558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668149436711,
  "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-11T06:52:54.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 53585909-d6f0-4e8c-950e-c23a4de57793
2022-11-11T06:52:54.387Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53585909-d6f0-4e8c-950e-c23a4de57793 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-11T06:52:54.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "aai-ml",
  "timestamp": 1668149435561,
  "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-11T06:52:54.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
2022-11-11T06:52:54.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 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-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668149436241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149418902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149445650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149450517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "aai-ml",
  "timestamp": 1668149451520,
  "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-11T06:52:54.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53585909-d6f0-4e8c-950e-c23a4de57793
2022-11-11T06:52:54.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53585909-d6f0-4e8c-950e-c23a4de57793 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-11T06:52:54.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:52:54.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:52:54.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:53:21.107Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:53:21.120Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0
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-11T06:53:21.123Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:53:21.123Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:53:21.123Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:53:21.123Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:53:21.124Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:53:21.124Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:53:21.124Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:53:21.124Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:53:21.124Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:53:21.125Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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-11T06:53:21.129Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:53:51.130Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddc9fba0-f5da-41af-8b6d-7444053456d0 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-11T06:53:51.135Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddc9fba0-f5da-41af-8b6d-7444053456d0 and serviceModelVersionId: 18058f97-9eed-451f-a9c9-3bc3de2a8b4e
2022-11-11T06:53:51.135Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b61a9756-93a7-426d-ab84-bcd6f5860541
2022-11-11T06:53:51.137Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0
2022-11-11T06:53:51.147Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:53:51.201Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0|INFO|500||Invoke
2022-11-11T06:53:51.202Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddc9fba0-f5da-41af-8b6d-7444053456d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b56e6473-4852-48e6-a88b-50fcc00ffeca], X-ECOMP-RequestID=[ddc9fba0-f5da-41af-8b6d-7444053456d0], X-TransactionId=[], X-ONAP-RequestID=[ddc9fba0-f5da-41af-8b6d-7444053456d0], Content-Type=[application/merge-patch+json]}
2022-11-11T06:53:51.226Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:53:51.344Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?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/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:53:49:472-55298], vertex-id=[245856], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:53:49 GMT], Content-Type=[application/json]}
2022-11-11T06:53:51.345Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:53:51.346Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61a9756-93a7-426d-ab84-bcd6f5860541/model-vers/model-ver/18058f97-9eed-451f-a9c9-3bc3de2a8b4e?depth=0|INFO|500||InvokeReturn
2022-11-11T06:53:51.347Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:53:51.347Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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-11T06:53:51.354Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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-11T06:53:51.355Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddc9fba0-f5da-41af-8b6d-7444053456d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:53:51.355Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:53:51.355Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:53:51.361Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:53:51.361Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149631355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:53:51.458Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-11T06:53:51.459Z||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-11T06:53:51.459Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:51.473Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:51.473Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:53:52.373Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:53:52.374Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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-11T06:53:52.374Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:53:54.151Z||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-11T06:53:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:54.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:54.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:53:54.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:53:54.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:53:54.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:53:54.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149447373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149457116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149459001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:53:54.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668149460004,
  "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-11T06:53:54.187Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53585909-d6f0-4e8c-950e-c23a4de57793
2022-11-11T06:53:54.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53585909-d6f0-4e8c-950e-c23a4de57793 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-11T06:53:56.865Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:56.866Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:53:56.866Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"666061c2-1bb2-4731-9ef2-0a8d8458b1a2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"701325ba-0542-40b0-8999-4d135f9ca95b","serviceDescription":"service","serviceInvariantUUID":"b6b3b2c0-e056-49c4-95f5-1e28142c1e2c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1","resourceInvariantUUID":"1b1f35d5-99e5-40df-897e-6dc297b1c3fd","resourceCustomizationUUID":"1081271c-cb2b-49e4-9199-4385718dc74b","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":"OTdmODQ0NWEyNzFkYWFhN2VjNGM0NDYyY2ZjYjM2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"429a19fa-977b-4787-9db5-eab26c0557de","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":"Yjc4MDQ5YTA0YzQ0ZTdlMWE3YTk5NjJmYmUxMjk0M2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4bda3d5b-da68-42b1-82d2-2e29772d5d9d","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":"9553ee7e-3296-477b-b73e-46f4286f9540","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":"ceea2ac4-18f4-4a5e-900c-8a62d0fa588c","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":"71aa58f3-05c8-4214-91da-8ca82f2b4de3","artifactVersion":"2","generatedFromUUID":"9553ee7e-3296-477b-b73e-46f4286f9540"},{"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":"NTZmZGIzMzIyZjY5MTUwYzQ5ZDY4MzEzODFkNzM2YmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"42bd1873-c1a2-426c-a2c4-8ea1967507f8","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":"NzFiMmUxOGI3NjZmOTcyOTE0ZGRmNjRjYjQ3MGUzZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e38b341-7bfe-474c-b409-059da245aaf8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWJiZDFlZDFlZjk3NTYyNWRlMmIzYWU5YzdjNzRjZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03d1543f-1321-4f2f-a1d1-79cec9c3a0b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:53:56.868Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:53:56.869Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:53:56.871Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:53:56.871Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:53:56.971Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:53:56.973Z||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-11T06:53:56.973Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:56.983Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:56.983Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:53:57.872Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:53:57.873Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:53:57.875Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:53:57.875Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:53:57.975Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:53:57.976Z||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-11T06:53:57.976Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:57.991Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:57.991Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:53:58.875Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:53:58.876Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:53:58.878Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:53:58.878Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:53:58.978Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:53:58.979Z||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-11T06:53:58.979Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:58.998Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:58.998Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:53:59.878Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:53:59.879Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:53:59.881Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:53:59.882Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:53:59.982Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:53:59.982Z||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-11T06:53:59.982Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:53:59.993Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:53:59.993Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:00.883Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:00.884Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:00.887Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:00.887Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:54:00.987Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:00.988Z||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-11T06:54:00.988Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:00.999Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:00.999Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:01.888Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:01.889Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:01.891Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:01.891Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:01.991Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:01.992Z||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-11T06:54:01.992Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:02.002Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:02.003Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:02.892Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:02.893Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:02.895Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:02.895Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:02.995Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:02.997Z||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-11T06:54:02.997Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:03.006Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:03.006Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:03.896Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:03.896Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:03.900Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:03.900Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:54:04.001Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:04.002Z||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-11T06:54:04.002Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:04.020Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:04.020Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:04.902Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "701325ba-0542-40b0-8999-4d135f9ca95b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6b3b2c0-e056-49c4-95f5-1e28142c1e2c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1081271c-cb2b-49e4-9199-4385718dc74b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1",
      "resourceInvariantUUID": "1b1f35d5-99e5-40df-897e-6dc297b1c3fd",
      "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": "Yjc4MDQ5YTA0YzQ0ZTdlMWE3YTk5NjJmYmUxMjk0M2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4bda3d5b-da68-42b1-82d2-2e29772d5d9d",
          "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": "9553ee7e-3296-477b-b73e-46f4286f9540",
          "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": "71aa58f3-05c8-4214-91da-8ca82f2b4de3",
            "generatedFromUUID": "9553ee7e-3296-477b-b73e-46f4286f9540"
          },
          "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": "71aa58f3-05c8-4214-91da-8ca82f2b4de3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OWJiZDFlZDFlZjk3NTYyNWRlMmIzYWU5YzdjNzRjZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03d1543f-1321-4f2f-a1d1-79cec9c3a0b7"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:54:04.902Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:54:04.903Z|ddc9fba0-f5da-41af-8b6d-7444053456d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 701325ba-0542-40b0-8999-4d135f9ca95b ASDC
2022-11-11T06:54:04.904Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:666061c2-1bb2-4731-9ef2-0a8d8458b1a2
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:701325ba-0542-40b0-8999-4d135f9ca95b
ServiceInvariantUUID:b6b3b2c0-e056-49c4-95f5-1e28142c1e2c
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:03d1543f-1321-4f2f-a1d1-79cec9c3a0b7
ArtifactChecksum:OWJiZDFlZDFlZjk3NTYyNWRlMmIzYWU5YzdjNzRjZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1081271c-cb2b-49e4-9199-4385718dc74b
ResourceInvariantUUID:1b1f35d5-99e5-40df-897e-6dc297b1c3fd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1
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:4bda3d5b-da68-42b1-82d2-2e29772d5d9d
ArtifactChecksum:Yjc4MDQ5YTA0YzQ0ZTdlMWE3YTk5NjJmYmUxMjk0M2Y=
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:9553ee7e-3296-477b-b73e-46f4286f9540
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:71aa58f3-05c8-4214-91da-8ca82f2b4de3
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:71aa58f3-05c8-4214-91da-8ca82f2b4de3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-11T06:54:04.905Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 701325ba-0542-40b0-8999-4d135f9ca95b 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-11T06:54:04.943Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:54:04.944Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:04.945Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:04.945Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03d1543f-1321-4f2f-a1d1-79cec9c3a0b7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-11T06:54:04.946Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:54:04.947Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-11T06:54:05.079Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:54:05.082Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 03d1543f-1321-4f2f-a1d1-79cec9c3a0b7 82604
2022-11-11T06:54:05.083Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:05.083Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:05.083Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:54:05.084Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:05.086Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:05.086Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149645083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:54:05.186Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:05.187Z||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-11T06:54:05.187Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:05.196Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:05.196Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:06.087Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:54:06.088Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:06.089Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 03d1543f-1321-4f2f-a1d1-79cec9c3a0b7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-11T06:54:06.090Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-11T06:54:06.090Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-11T06:54:06.091Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-11T06:54:06.301Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16091718851882889714/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-11T06:54:07.547Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-BasicVmMacro-csar.csar
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-BasicVmMacro-csar.csar
2022-11-11T06:54:07.548Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-BasicVmMacro-csar.csar
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-BasicVmMacro-csar.csar
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:07.549Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:54:07.550Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:54:07.551Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:07.552Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.553Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a50fa92d-8604-48c2-a362-7deb514ea2c2
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.554Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.555Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.555Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.555Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:07.555Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:07.555Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:701325ba-0542-40b0-8999-4d135f9ca95b
Model Version:NULL
Model InvariantUuid:b6b3b2c0-e056-49c4-95f5-1e28142c1e2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6c736e26-6887-4897-afac-38b222080e34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b1f35d5-99e5-40df-897e-6dc297b1c3fd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1081271c-cb2b-49e4-9199-4385718dc74b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:23420b25-a177-400f-8fbe-44fa0a60307b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:42135a2e-a7fa-48ce-afcf-44e12c230c68
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a50fa92d-8604-48c2-a362-7deb514ea2c2
ModelInvariantUuid:b0d93327-808e-4657-ae3e-6a059f85fbc7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d54e9ce6-fc59-460b-a13b-7f33e679f8fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:896143c7-a839-4e32-b4d4-91cdab993581
ModelInvariantUuid:2bd1f8c8-8cd0-43eb-ab15-c5eba01d6826
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:93f54410-91cc-4f48-95c9-672df9fe63ec
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-11T06:54:07.562Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1
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-11T06:54:07.564Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-11-11T06:54:07.564Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1
2022-11-11T06:54:07.564Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4bda3d5b-da68-42b1-82d2-2e29772d5d9d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-11T06:54:07.565Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:54:07.565Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.614Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:54:07.614Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4bda3d5b-da68-42b1-82d2-2e29772d5d9d 792
2022-11-11T06:54:07.615Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.615Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:07.615Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:54:07.615Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:07.617Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:07.617Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149647615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:54:07.717Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:07.718Z||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-11T06:54:07.718Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:07.727Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:07.727Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:54:08.618Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "23420b25-a177-400f-8fbe-44fa0a60307b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42135a2e-a7fa-48ce-afcf-44e12c230c68",
    "vfModuleModelCustomizationUUID": "bd9b99f0-6ef8-4868-a662-a333227b7d30",
    "isBase": true,
    "artifacts": [
      "9553ee7e-3296-477b-b73e-46f4286f9540",
      "71aa58f3-05c8-4214-91da-8ca82f2b4de3"
    ],
    "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-11T06:54:08.621Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42135a2e-a7fa-48ce-afcf-44e12c230c68
VfModuleModelInvariantUUID:23420b25-a177-400f-8fbe-44fa0a60307b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9553ee7e-3296-477b-b73e-46f4286f9540
,
71aa58f3-05c8-4214-91da-8ca82f2b4de3

}
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-11T06:54:08.623Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "23420b25-a177-400f-8fbe-44fa0a60307b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42135a2e-a7fa-48ce-afcf-44e12c230c68",
    "vfModuleModelCustomizationUUID": "bd9b99f0-6ef8-4868-a662-a333227b7d30",
    "isBase": true,
    "artifacts": [
      "9553ee7e-3296-477b-b73e-46f4286f9540",
      "71aa58f3-05c8-4214-91da-8ca82f2b4de3"
    ],
    "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-11T06:54:08.623Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42135a2e-a7fa-48ce-afcf-44e12c230c68
VfModuleModelInvariantUUID:23420b25-a177-400f-8fbe-44fa0a60307b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9553ee7e-3296-477b-b73e-46f4286f9540
,
71aa58f3-05c8-4214-91da-8ca82f2b4de3

}
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-11T06:54:08.624Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9553ee7e-3296-477b-b73e-46f4286f9540 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-11T06:54:08.624Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:54:08.624Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:08.666Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:54:08.666Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9553ee7e-3296-477b-b73e-46f4286f9540 5033
2022-11-11T06:54:08.667Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:08.667Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:08.667Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:54:08.667Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:08.669Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:08.669Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149648667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:54:08.770Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:54:08.770Z||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-11T06:54:08.771Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:08.780Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:08.780Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:09.670Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71aa58f3-05c8-4214-91da-8ca82f2b4de3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-11T06:54:09.671Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:54:09.671Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:09.719Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:54:09.719Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 71aa58f3-05c8-4214-91da-8ca82f2b4de3 903
2022-11-11T06:54:09.719Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:09.719Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:09.719Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:54:09.720Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:09.721Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:09.722Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149649719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:54:09.822Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:09.823Z||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-11T06:54:09.823Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:09.835Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:09.836Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:10.722Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 701325ba-0542-40b0-8999-4d135f9ca95b
2022-11-11T06:54:10.723Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1 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-11T06:54:10.765Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fdfab80, org.onap.sdc.toscaparser.api.parameters.Input@8a71666, org.onap.sdc.toscaparser.api.parameters.Input@43480759, org.onap.sdc.toscaparser.api.parameters.Input@18222272, org.onap.sdc.toscaparser.api.parameters.Input@a33095d]
2022-11-11T06:54:10.766Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.767Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.767Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-11T06:54:10.767Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1081271c-cb2b-49e4-9199-4385718dc74b
2022-11-11T06:54:10.767Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1081271c-cb2b-49e4-9199-4385718dc74b matches Tosca VF Customization UUID: 1081271c-cb2b-49e4-9199-4385718dc74b
2022-11-11T06:54:10.767Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1081271c-cb2b-49e4-9199-4385718dc74b  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-11T06:54:10.769Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.769Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1081271c-cb2b-49e4-9199-4385718dc74b: {\"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-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30de0473
2022-11-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd9b99f0-6ef8-4868-a662-a333227b7d30
2022-11-11T06:54:10.770Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd9b99f0-6ef8-4868-a662-a333227b7d30
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-11T06:54:10.772Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.772Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.773Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-11T06:54:10.774Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-11T06:54:10.774Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:54:10.774Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a50fa92d-8604-48c2-a362-7deb514ea2c2
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-11T06:54:10.776Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.776Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:10.776Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:54:10.777Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.777Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-11T06:54:10.777Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1081271c-cb2b-49e4-9199-4385718dc74b
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-11T06:54:10.778Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.779Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.779Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 701325ba-0542-40b0-8999-4d135f9ca95b: basic_vm_macro
2022-11-11T06:54:10.779Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.779Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.779Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:10.780Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:10.781Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:10.862Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a9c2aae7-d4ad-4295-bccb-98a85ee5d7a1 1 ASDC deployResourceStructure
2022-11-11T06:54:10.862Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:10.862Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:10.862Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:54:10.862Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:10.864Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:10.864Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149650862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:54:10.964Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:10.965Z||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-11T06:54:10.966Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:10.975Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:10.975Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:11.865Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:11.866Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:11.866Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:54:11.866Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:11.868Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:11.868Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149651865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:54:11.968Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:11.971Z||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-11T06:54:11.971Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:11.980Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:11.980Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:12.873Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:12.873Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:12.874Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:54:12.874Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:12.876Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:12.876Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149652872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:54:12.976Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:12.977Z||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-11T06:54:12.977Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:12.987Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:12.987Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:54:13.877Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:13.878Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||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-11T06:54:13.878Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:54:13.878Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:13.880Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:13.881Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149653877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:54:13.981Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:13.982Z||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-11T06:54:13.982Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:13.994Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:13.995Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:14.882Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:54:14.895Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 666061c2-1bb2-4731-9ef2-0a8d8458b1a2
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-11T06:54:14.898Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:54:14.899Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:54:14.899Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:54:14.899Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:54:14.900Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:14.900Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:14.900Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:14.900Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:14.900Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:14.901Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-11T06:54:14.907Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:54:44.908Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 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-11T06:54:44.915Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 and serviceModelVersionId: 701325ba-0542-40b0-8999-4d135f9ca95b
2022-11-11T06:54:44.915Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6b3b2c0-e056-49c4-95f5-1e28142c1e2c
2022-11-11T06:54:44.916Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?depth=0
2022-11-11T06:54:44.921Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:54:45.006Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?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-11T06:54:45.007Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?depth=0|INFO|500||Invoke
2022-11-11T06:54:45.024Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:54:45.154Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?depth=0|INFO|500||InvokeReturn
2022-11-11T06:54:45.156Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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/b6b3b2c0-e056-49c4-95f5-1e28142c1e2c/model-vers/model-ver/701325ba-0542-40b0-8999-4d135f9ca95b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:54:43:263-11977], vertex-id=[192640], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:54:43 GMT], Content-Type=[application/json]}
2022-11-11T06:54:45.156Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:54:45.157Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:54:45.157Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-11T06:54:45.164Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|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-11T06:54:45.164Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 666061c2-1bb2-4731-9ef2-0a8d8458b1a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:54:45.164Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:54:45.165Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:45.167Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:45.167Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149685164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:54:45.267Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:45.268Z||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-11T06:54:45.268Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:45.280Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:45.280Z||pool-128-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-11T06:54:46.180Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:54:46.180Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53585909-d6f0-4e8c-950e-c23a4de57793","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e5ac05f3-e9c2-4772-b755-d1544cb668a5","serviceDescription":"service","serviceInvariantUUID":"fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"23fa91b4-e929-4c62-b0a8-3f2cc3b82132","resourceInvariantUUID":"62aabf2d-6e87-47be-90a4-f156fa00cd58","resourceCustomizationUUID":"79d09ec7-63d3-4771-92b7-4413a419e1fe","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":"ZGI5NTI0ZGRjNTNkZTA3YzJlODdkNjA5N2E1MzVhMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7590e79-6ee7-4c7e-9e2a-75871585593d","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":"4102eed8-8997-4483-bc5c-dba452f410b3","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":"88b8e85a-34a4-4e50-95af-0a7c08fbc609","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":"ZmY1NDBmYTcyOGVjN2QyZDhhYWY2ZWM3NzYzMzI4ZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8ee5ac74-fc8d-4fba-a1f8-01a96ed32714","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":"816397dc-00c1-4e74-9364-34d675aa366b","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":"59e3d5f5-a6d8-4e89-be24-71b6db55f3ed","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":"8917dce1-a22d-4625-a7f6-3e8c9c94a921","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":"ODJjOTNlODE4MmNlNzczYzI4OWZlMGM5YTVlZGEyOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237aeb41-7a8b-4a2b-933f-79bec3f3d066","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Q1ODliZTg3YjgyYWVhNThmZDQ3MTI4MzRkNzE2ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e745b8ea-b970-4b73-9ada-530e17083bf6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:54:46.181Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:46.182Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:46.185Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:46.185Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:46.285Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-11T06:54:46.285Z||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-11T06:54:46.286Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:46.296Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:46.296Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:47.186Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:47.188Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:47.190Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:47.191Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:47.291Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:47.292Z||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-11T06:54:47.292Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:47.302Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:47.302Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:54:48.192Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:48.192Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:48.194Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:48.195Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:48.295Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:48.296Z||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-11T06:54:48.296Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:48.307Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:48.307Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:54:49.195Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:49.196Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:49.199Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:49.199Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:49.299Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:49.300Z||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-11T06:54:49.300Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:49.313Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:49.313Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:50.199Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:50.200Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:50.203Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:50.203Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:50.303Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:50.304Z||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-11T06:54:50.304Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:50.316Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:50.316Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:51.204Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:51.205Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:51.207Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:51.207Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:51.307Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:51.308Z||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-11T06:54:51.308Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:51.318Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:51.319Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:52.208Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:52.208Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:52.211Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:52.211Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:52.312Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:52.313Z||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-11T06:54:52.313Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:52.321Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:52.322Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:53.212Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:53.213Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:53.217Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:53.217Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:54:53.317Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:54:53.318Z||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-11T06:54:53.318Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:53.327Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:53.327Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:54:54.153Z||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-11T06:54:54.154Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:54.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:54:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddc9fba0-f5da-41af-8b6d-7444053456d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149631355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:54:54.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:54:54.218Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:54:54.219Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:54.221Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:54.221Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:54:54.322Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:54:54.323Z||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-11T06:54:54.323Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:54.333Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:54.334Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:54:55.222Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e5ac05f3-e9c2-4772-b755-d1544cb668a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "79d09ec7-63d3-4771-92b7-4413a419e1fe",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "23fa91b4-e929-4c62-b0a8-3f2cc3b82132",
      "resourceInvariantUUID": "62aabf2d-6e87-47be-90a4-f156fa00cd58",
      "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": "M2Q1ODliZTg3YjgyYWVhNThmZDQ3MTI4MzRkNzE2ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e745b8ea-b970-4b73-9ada-530e17083bf6"
    }
  ],
  "workloadContext": "Production"
}
2022-11-11T06:54:55.223Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:54:55.223Z|666061c2-1bb2-4731-9ef2-0a8d8458b1a2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e5ac05f3-e9c2-4772-b755-d1544cb668a5 ASDC
2022-11-11T06:54:55.223Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:53585909-d6f0-4e8c-950e-c23a4de57793
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e5ac05f3-e9c2-4772-b755-d1544cb668a5
ServiceInvariantUUID:fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863
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:e745b8ea-b970-4b73-9ada-530e17083bf6
ArtifactChecksum:M2Q1ODliZTg3YjgyYWVhNThmZDQ3MTI4MzRkNzE2ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:79d09ec7-63d3-4771-92b7-4413a419e1fe
ResourceInvariantUUID:62aabf2d-6e87-47be-90a4-f156fa00cd58
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:23fa91b4-e929-4c62-b0a8-3f2cc3b82132
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-11T06:54:55.223Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5ac05f3-e9c2-4772-b755-d1544cb668a5 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-11T06:54:55.250Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:54:55.250Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:55.250Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:55.251Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e745b8ea-b970-4b73-9ada-530e17083bf6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-11T06:54:55.251Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:54:55.251Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-11T06:54:55.382Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:54:55.389Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e745b8ea-b970-4b73-9ada-530e17083bf6 110867
2022-11-11T06:54:55.390Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:55.390Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:55.390Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:54:55.391Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:55.393Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:55.393Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149695390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:54:55.493Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:54:55.494Z||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-11T06:54:55.494Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:55.503Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:55.504Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:56.394Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:54:56.395Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:54:56.395Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e745b8ea-b970-4b73-9ada-530e17083bf6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-11T06:54:56.396Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-11T06:54:56.396Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-11T06:54:56.396Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-11T06:54:56.498Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9586286726744832601/Definitions/service-TestPnfMacro-template.yml
2022-11-11T06:54:57.286Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-TestPnfMacro-csar.csar
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-TestPnfMacro-csar.csar
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-TestPnfMacro-csar.csar
2022-11-11T06:54:57.287Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:54:57.288Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.289Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.290Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e5ac05f3-e9c2-4772-b755-d1544cb668a5
Model Version:NULL
Model InvariantUuid:fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863
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-11T06:54:57.299Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 23fa91b4-e929-4c62-b0a8-3f2cc3b82132
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-11T06:54:57.302Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-11-11T06:54:57.302Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 23fa91b4-e929-4c62-b0a8-3f2cc3b82132
2022-11-11T06:54:57.302Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e5ac05f3-e9c2-4772-b755-d1544cb668a5
2022-11-11T06:54:57.302Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e5ac05f3-e9c2-4772-b755-d1544cb668a5
2022-11-11T06:54:57.302Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 23fa91b4-e929-4c62-b0a8-3f2cc3b82132 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-11T06:54:57.306Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fa9553b, org.onap.sdc.toscaparser.api.parameters.Input@12246108, org.onap.sdc.toscaparser.api.parameters.Input@49bb0b2f, org.onap.sdc.toscaparser.api.parameters.Input@77a91a32, org.onap.sdc.toscaparser.api.parameters.Input@72ac9971]
2022-11-11T06:54:57.310Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.311Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.311Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e5ac05f3-e9c2-4772-b755-d1544cb668a5: test-pnf
2022-11-11T06:54:57.312Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Processing PNF resource: 23fa91b4-e929-4c62-b0a8-3f2cc3b82132
2022-11-11T06:54:57.312Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-11T06:54:57.312Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:54:57.312Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||Resource customization UUID: 79d09ec7-63d3-4771-92b7-4413a419e1fe is the same as notified resource customizationUUID: 79d09ec7-63d3-4771-92b7-4413a419e1fe
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-11T06:54:57.352Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 23fa91b4-e929-4c62-b0a8-3f2cc3b82132 0 ASDC deployResourceStructure
2022-11-11T06:54:57.353Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.353Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||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-11T06:54:57.353Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:54:57.353Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:54:57.355Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:54:57.355Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149697353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:54:57.457Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:54:57.458Z||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-11T06:54:57.458Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:54:57.475Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:54:57.476Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:54:58.356Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53585909-d6f0-4e8c-950e-c23a4de57793
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:54:58.372Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53585909-d6f0-4e8c-950e-c23a4de57793
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-11T06:54:58.374Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:54:58.374Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:54:58.374Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:54:58.374Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-11T06:54:58.375Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:54:58.384Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:55:28.384Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53585909-d6f0-4e8c-950e-c23a4de57793 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-11T06:55:28.391Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53585909-d6f0-4e8c-950e-c23a4de57793 and serviceModelVersionId: e5ac05f3-e9c2-4772-b755-d1544cb668a5
2022-11-11T06:55:28.392Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863
2022-11-11T06:55:28.392Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?depth=0
2022-11-11T06:55:28.397Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:55:28.436Z|53585909-d6f0-4e8c-950e-c23a4de57793|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/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?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-11T06:55:28.438Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?depth=0|INFO|500||Invoke
2022-11-11T06:55:28.454Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-11T06:55:28.537Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?depth=0|INFO|500||InvokeReturn
2022-11-11T06:55:28.538Z|53585909-d6f0-4e8c-950e-c23a4de57793|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/fe4e1fc2-dc7c-4fe3-8203-e641ab2d3863/model-vers/model-ver/e5ac05f3-e9c2-4772-b755-d1544cb668a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221111-06:55:26:690-63836], vertex-id=[258120], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:55:26 GMT], Content-Type=[application/json]}
2022-11-11T06:55:28.538Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:55:28.539Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:55:28.539Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:28.544Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:28.544Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53585909-d6f0-4e8c-950e-c23a4de57793 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:55:28.545Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:55:28.545Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:55:28.547Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:55:28.547Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149728545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:55:28.647Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:55:28.648Z||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-11T06:55:28.649Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:55:28.678Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:55:28.678Z||pool-140-thread-1|||||INFO|500||cambria reply ok (30 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-11T06:55:29.562Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:55:29.562Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:29.562Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:55:39.102Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:55:39.103Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:55:39.103Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:39.103Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:55:48.672Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:55:48.672Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:55:48.673Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:48.673Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:55:54.151Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:55:54.151Z||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-11T06:55:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:55:54.176Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:55:54.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-11T06:55:54.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149645083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149647615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149648667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149649719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149650862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149651865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-11T06:55:54.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149652872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149653877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "666061c2-1bb2-4731-9ef2-0a8d8458b1a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149685164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-11T06:55:54.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:55:58.218Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:55:58.219Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:55:58.219Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:55:58.220Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:56:07.753Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:56:07.754Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:56:07.754Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:56:07.755Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:56:17.292Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:56:54.147Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:56:54.148Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:56:54.148Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:56:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:56:54.151Z||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-11T06:56:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:56:54.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:56:54.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:56:54.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149632373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-11T06:56:54.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-11T06:57:03.729Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:57:54.148Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:57:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:57:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:57:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:57:54.151Z||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-11T06:57:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:57:54.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:57:54.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:57:54.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149695390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-11T06:57:54.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:57:54.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:57:54.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149697353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-11T06:57:54.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:57:54.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:57:54.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53585909-d6f0-4e8c-950e-c23a4de57793",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668149728545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:57:54.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:58:03.724Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:58:54.147Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:58:54.148Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T06:58:54.148Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:58:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:58:54.151Z||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-11T06:58:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:59:03.703Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:59:03.708Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T06:59:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:59:54.148Z||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-11T06:59:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:59:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:59:54.151Z||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-11T06:59:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:00:03.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:00:03.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:00:54.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:00:54.148Z||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-11T07:00:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:00:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:00:54.151Z||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-11T07:00:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:01:03.730Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:01:03.731Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:01:54.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:01:54.149Z||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-11T07:01:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:01:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:01:54.151Z||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-11T07:01:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:02:03.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:02:03.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:02:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:02:54.149Z||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-11T07:02:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:02:54.150Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:02:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T07:02:54.152Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:03:03.712Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:03:03.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:03:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:03:54.149Z||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-11T07:03:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:03:54.150Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:03:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T07:03:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:04:03.717Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:04:03.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:04:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:04:54.148Z||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-11T07:04:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:04:54.150Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:04:54.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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-11T07:04:54.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:05:03.710Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:05:03.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:05:54.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:05:54.148Z||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-11T07:05:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:05:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:05:54.151Z||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-11T07:05:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:06:03.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:06:03.709Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:06:54.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:06:54.148Z||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-11T07:06:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:06:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:06:54.151Z||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-11T07:06:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:07:03.718Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:07:03.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:07:54.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:07:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:07:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:07:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:07:54.151Z||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-11T07:07:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:08:03.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:08:03.730Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:08:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:08:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:08:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:08:54.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:08:54.151Z||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-11T07:08:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:09:03.706Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:09:03.720Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:09:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:09:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:09:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:09:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:09:54.151Z||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-11T07:09:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:10:03.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:10:03.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:10:54.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:10:54.150Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:10:54.150Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:10:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:10:54.152Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T07:10:54.152Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:11:03.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:11:03.730Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:11:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:11:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:11:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:11:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:11:54.151Z||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-11T07:11:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:12:03.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:12:03.725Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:12:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:12:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:12:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:12:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:12:54.151Z||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-11T07:12:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:13:03.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:13:03.711Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:13:54.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:13:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:13:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:13:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:13:54.151Z||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-11T07:13:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:14:03.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:14:03.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:14:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:14:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:14:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:14:54.150Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:14:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T07:14:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:15:03.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:15:03.701Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:15:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:15:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:15:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:15:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:15:54.151Z||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-11T07:15:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:16:03.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:16:03.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:16:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:16:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:16:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:16:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:16:54.151Z||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-11T07:16:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:17:03.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:17:03.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:17:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:17:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:17:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:17:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:17:54.151Z||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-11T07:17:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:18:03.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:18:03.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:18:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:18:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:18:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:18:54.150Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:18:54.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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-11T07:18:54.151Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:19:03.707Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:19:03.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:19:54.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:19:54.150Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:19:54.150Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:19:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:19:54.151Z||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-11T07:19:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:20:03.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:20:03.708Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:20:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:20:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:20:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:20:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:20:54.151Z||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-11T07:20:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:21:03.695Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:21:03.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:21:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:21:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:21:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:21:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:21:54.177Z||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-11T07:21:54.177Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:22:03.724Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:22:03.726Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:22:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:22:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:22:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:22:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:22:54.151Z||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-11T07:22:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:23:03.721Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:23:03.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:23:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:23:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:23:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:23:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:23:54.152Z||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-11T07:23:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:24:03.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:24:03.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:24:54.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:24:54.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:24:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:24:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:24:54.151Z||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-11T07:24:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:25:03.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:25:03.715Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:25:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:25:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:25:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:25:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:25:54.151Z||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-11T07:25:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:26:03.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:26:03.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:26:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:26:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:26:54.148Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:26:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:26:54.151Z||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-11T07:26:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:27:03.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:27:03.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:27:54.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:27:54.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:27:54.149Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:27:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:27:54.151Z||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-11T07:27:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:28:03.705Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:28:03.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:28:54.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:28:54.149Z||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-11T07:28:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:28:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:28:54.151Z||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-11T07:28:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:29:03.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:29:03.705Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:29:54.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:29:54.148Z||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-11T07:29:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:29:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:29:54.151Z||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-11T07:29:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:30:03.708Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:30:03.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:30:54.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:30:54.148Z||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-11T07:30:54.148Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:30:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:30:54.151Z||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-11T07:30:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:31:03.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:31:03.708Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:31:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:31:54.150Z||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-11T07:31:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:31:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:31:54.151Z||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-11T07:31:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:32:03.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:32:03.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:32:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:32:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:32:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:32:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:32:54.154Z||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-11T07:32:54.154Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:33:03.707Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:33:03.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:33:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:33:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:33:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:33:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:33:54.151Z||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-11T07:33:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:34:03.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:34:03.691Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:34:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:34:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:34:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:34:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:34:54.151Z||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-11T07:34:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:35:03.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:35:03.706Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:35:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:35:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:35:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:35:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:35:54.151Z||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-11T07:35:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:36:03.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:36:03.712Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:36:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:36:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:36:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:36:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:36:54.151Z||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-11T07:36:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:37:03.701Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:37:03.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:37:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:37:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:37:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:37:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:37:54.152Z||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-11T07:37:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:38:03.714Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:38:03.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:38:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:38:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:38:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:38:54.150Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:38:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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-11T07:38:54.151Z|53585909-d6f0-4e8c-950e-c23a4de57793|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:39:03.716Z|53585909-d6f0-4e8c-950e-c23a4de57793|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:39:03.718Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:39:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:39:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:39:54.149Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:39:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:39:54.151Z||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-11T07:39:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:40:03.708Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:40:03.709Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:40:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:40:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:40:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:40:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:40:54.151Z||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-11T07:40:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:41:03.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:41:03.711Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:41:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:41:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:41:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:41:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:41:54.151Z||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-11T07:41:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:42:03.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:42:03.765Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:42:54.147Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:42:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T07:42:54.148Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:42:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T07:42:54.151Z||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-11T07:42:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T07:43:03.709Z|41760b5d-9061-49ca-8dcf-fc305f5e7f7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T07:43:03.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK