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-09-29T05:37:26.079Z||main|||||INFO|500||The following profiles are active: basic
2022-09-29T05:37:37.238Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-29T05:37:37.238Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-29T05:37:37.418Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-29T05:37:41.677Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-29T05:37:42.159Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-29T05:37:42.737Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-29T05:37:42.758Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-29T05:37:42.911Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-29T05:37:43.131Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-29T05:37:43.767Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-29T05:37:45.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-29T05:37:48.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-29T05:37:48.122Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-29T05:37:48.755Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-29T05:37:49.055Z||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-09-29T05:37:50.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-29T05:37:51.555Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-29T05:37:51.583Z||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$$1cee29c1.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-09-29T05:37:51.583Z||main|||||WARN|500||The sdc end point is not alive
2022-09-29T05:37:54.677Z||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-09-29T05:37:57.654Z||main|||||WARN|500||---
2022-09-29T05:37:57.654Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-29T05:37:57.655Z||main|||||WARN|500||---
2022-09-29T05:37:58.096Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-29T05:38:04.164Z||main|||||INFO|500||Started Application in 41.254 seconds (JVM running for 43.403)
2022-09-29T05:38:04.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-29T05:38:04.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-29T05:38:04.231Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-29T05:38:04.273Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-29T05:38:04.329Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e47d76b3-dac5-4eda-8d02-1f1cd5c6c9f1 url= /sdc/v1/artifactTypes
2022-09-29T05:38:04.329Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-29T05:38:04.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-29T05:38:04.656Z||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-09-29T05:38:04.678Z||scheduling-1|||||DEBUG|500||create keys
2022-09-29T05:38:04.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-29T05:38:04.747Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:38:04.768Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= efa557be-30e5-4252-ab97-c9e4f9d59407 url= /sdc/v1/registerForDistribution
2022-09-29T05:38:04.898Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= efa557be-30e5-4252-ab97-c9e4f9d59407 url= /sdc/v1/registerForDistribution
2022-09-29T05:38:04.899Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-29T05:38:04.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:38:04.909Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:38:04.916Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-29T05:38:04.931Z||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-09-29T05:38:04.931Z||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-09-29T05:38:04.933Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:38:04.932Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:38:15.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:38:15.340Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:39:04.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:39:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:39:04.909Z||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-09-29T05:39:04.909Z||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-09-29T05:39:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:39:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:39:14.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:39:14.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:40:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:40:04.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:40:04.911Z||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-09-29T05:40:04.911Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:40:04.911Z||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-09-29T05:40:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:40:14.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:40:14.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:41:04.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:41:04.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:41:04.964Z||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-09-29T05:41:04.965Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:41:04.964Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T05:41:04.965Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T05:41:14.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:41:14.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:42:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:42:04.907Z||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-09-29T05:42:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:42:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:42:04.909Z||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-09-29T05:42:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:42:14.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:42:14.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:43:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:43:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:43:04.908Z||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-09-29T05:43:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:43:04.909Z||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-09-29T05:43:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:43:14.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:43:14.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:44:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:44:04.907Z||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-09-29T05:44:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:44:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:44:04.909Z||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-09-29T05:44:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:44:14.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:44:14.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:45:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:45:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:45:04.910Z||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-09-29T05:45:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:45:04.912Z||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-09-29T05:45:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:45:14.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:45:14.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:46:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:46:04.907Z||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-09-29T05:46:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:46:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:46:04.908Z||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-09-29T05:46:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:46:14.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:46:14.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:47:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:47:04.907Z||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-09-29T05:47:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:47:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:47:04.908Z||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-09-29T05:47:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:47:14.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:47:14.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:47:55.266Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-29T05:48:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:48:04.907Z||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-09-29T05:48:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:48:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:48:04.909Z||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-09-29T05:48:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:48:14.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:48:14.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:49:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:49:04.907Z||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-09-29T05:49:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:49:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:49:04.908Z||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-09-29T05:49:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:49:14.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:49:14.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:50:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:50:04.907Z||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-09-29T05:50:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:50:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:50:04.908Z||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-09-29T05:50:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:50:14.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:50:14.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:51:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:51:04.908Z||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-09-29T05:51:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:51:04.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:51:04.912Z||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-09-29T05:51:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:51:14.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:51:14.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:52:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:52:04.907Z||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-09-29T05:52:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:52:04.908Z||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-09-29T05:52:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:52:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:52:14.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:52:14.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:53:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:53:04.907Z||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-09-29T05:53:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:53:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:53:04.908Z||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-09-29T05:53:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:53:14.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:53:14.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:54:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:54:04.907Z||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-09-29T05:54:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:54:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:54:04.908Z||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-09-29T05:54:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:54:14.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:54:14.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:55:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:55:04.907Z||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-09-29T05:55:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:55:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:55:04.908Z||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-09-29T05:55:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:55:14.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:55:14.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:56:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:56:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:56:04.909Z||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-09-29T05:56:04.910Z||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-09-29T05:56:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:56:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:56:14.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:56:14.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:57:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:57:04.907Z||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-09-29T05:57:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:57:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:57:04.908Z||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-09-29T05:57:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:57:14.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:57:14.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:58:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:58:04.906Z||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-09-29T05:58:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:58:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:58:04.908Z||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-09-29T05:58:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:58:14.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:58:14.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:59:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:59:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:59:04.908Z||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-09-29T05:59:04.909Z||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-09-29T05:59:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:59:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:59:14.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T05:59:14.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:00:04.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:00:04.907Z||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-09-29T06:00:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:00:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:00:04.908Z||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-09-29T06:00:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:00:14.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:00:14.491Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:01:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:01:04.907Z||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-09-29T06:01:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:01:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:01:04.908Z||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-09-29T06:01:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:01:14.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:01:14.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:02:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:02:04.907Z||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-09-29T06:02:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:02:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:02:04.908Z||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-09-29T06:02:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:02:14.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:02:14.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:03:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:03:04.907Z||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-09-29T06:03:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:03:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:03:04.909Z||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-09-29T06:03:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:03:14.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:03:14.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:04:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:04:04.907Z||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-09-29T06:04:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:04:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:04:04.908Z||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-09-29T06:04:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:04:14.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:04:14.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:05:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:05:04.907Z||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-09-29T06:05:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:05:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:05:04.908Z||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-09-29T06:05:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:05:14.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:05:14.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:06:04.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:06:04.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:06:04.914Z||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-09-29T06:06:04.914Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:06:04.914Z||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-09-29T06:06:04.914Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:06:14.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:06:14.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:07:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:07:04.907Z||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-09-29T06:07:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:07:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:07:04.908Z||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-09-29T06:07:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:07:14.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:07:14.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:08:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:08:04.907Z||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-09-29T06:08:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:08:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:08:04.908Z||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-09-29T06:08:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:08:14.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:08:14.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:09:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:09:04.907Z||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-09-29T06:09:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:09:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:09:04.908Z||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-09-29T06:09:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:09:14.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:09:14.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:10:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:10:04.906Z||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-09-29T06:10:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:10:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:10:04.908Z||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-09-29T06:10:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:10:14.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:10:14.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:11:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:11:04.907Z||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-09-29T06:11:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:11:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:11:04.909Z||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-09-29T06:11:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:11:14.494Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:11:14.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:12:04.905Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:12:04.907Z||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-09-29T06:12:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:12:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:12:04.908Z||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-09-29T06:12:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:12:14.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:12:14.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:13:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:13:04.907Z||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-09-29T06:13:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:13:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:13:04.908Z||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-09-29T06:13:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:13:14.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:13:14.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:14:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:14:04.906Z||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-09-29T06:14:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:14:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:14:04.909Z||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-09-29T06:14:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:14:14.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:14:14.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:15:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:15:04.908Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:15:04.908Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:15:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:15:04.909Z||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-09-29T06:15:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:15:14.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:15:14.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:16:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:16:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:16:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:16:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:16:04.908Z||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-09-29T06:16:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:16:14.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:16:14.492Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:17:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:17:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:17:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:17:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:17:04.908Z||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-09-29T06:17:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:17:14.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:17:14.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:18:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:18:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:18:04.909Z||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-09-29T06:18:04.909Z||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-09-29T06:18:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:18:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:18:14.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:18:14.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:19:04.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:19:04.906Z||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-09-29T06:19:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:19:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:19:04.908Z||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-09-29T06:19:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:19:14.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:19:14.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:20:04.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:20:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:20:04.908Z||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-09-29T06:20:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:20:04.909Z||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-09-29T06:20:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:20:14.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:20:14.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:21:04.909Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:21:04.909Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:21:04.910Z||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-09-29T06:21:04.910Z||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-09-29T06:21:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:21:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:21:14.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:21:14.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:22:04.907Z||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-09-29T06:22:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:22:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:22:04.908Z||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-09-29T06:22:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:22:05.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:05.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:05.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"03c6e3fb-d22e-488f-b984-fd8dd88f737c","serviceName":"vFW 2022-09-29 06-20-38","serviceVersion":"1.0","serviceUUID":"d0dcfa28-37ab-46aa-9914-8b762dbbe007","serviceDescription":"catalog service description","serviceInvariantUUID":"e1eb9444-234a-47b7-9ddd-aed26b7b7538","resources":[{"resourceInstanceName":"vFW d5492737-344c 0","resourceName":"vFW d5492737-344c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"731b5e6a-3465-4f96-903b-dc48e7f0fea0","resourceInvariantUUID":"051adc3a-4ff0-4501-856b-b60ff8e764dd","resourceCustomizationUUID":"d2985e3c-586d-476c-9807-7d039faf5b0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml","artifactChecksum":"YjFhNDczZWM0ZTc5OTU0MTVkZGQ5YTdlMWMyOTllNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"976a8579-404e-48c3-bd02-c193c2e7a109","artifactVersion":"1"},{"artifactName":"vfwd5492737344c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json","artifactChecksum":"MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cba1582-3f8f-471a-afd7-4c94bebca553","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed44e7b3-372a-4840-9052-48ffb7068446","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzgzODY3ZmRlYzA4NDg2ZGZmMGZhMTNhNDI4NmEyNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b17eb9da-1f1b-4d8c-96d0-b34df04e9660","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4426594-a28c-4c6e-a9bf-13e78d030073","artifactVersion":"2","generatedFromUUID":"ed44e7b3-372a-4840-9052-48ffb7068446"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220929062038-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml","artifactChecksum":"YWNkOWNjMDZlNWU4ZmFhMzc5ZjExODIwMDc4NTRiOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"477e961b-9c1c-4ca8-8c74-9ba69b153482","artifactVersion":"1"},{"artifactName":"service-Vfw20220929062038-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar","artifactChecksum":"MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"198257f1-0a4f-4788-b7d1-69261766ae2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:22:05.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.600Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:05.609Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.628Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.628Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432502489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432505095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432505198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432515992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432516013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432515842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432517083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432518149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432512448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432519232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-29T06:22:05.728Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:22:05.735Z||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-09-29T06:22:05.736Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:05.773Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:05.774Z||pool-3-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:22:05.894Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432513047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432520237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432520914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "cds",
  "timestamp": 1664432521933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-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-09-29T06:22:05.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.963Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432516457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432522904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432523914,
  "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-09-29T06:22:05.977Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.977Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:06.639Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:06.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:06.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:06.642Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:22:06.742Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:06.743Z||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-09-29T06:22:06.743Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:06.760Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:06.760Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:07.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:07.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:07.646Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:07.647Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:22:07.747Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:07.748Z||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-09-29T06:22:07.748Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:07.781Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:07.782Z||pool-5-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:08.647Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:08.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:08.650Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:08.651Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:08.751Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:08.752Z||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-09-29T06:22:08.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:08.847Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:08.848Z||pool-6-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:09.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:09.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:09.659Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:09.659Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-29T06:22:09.756Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-29T06:22:09.757Z||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-09-29T06:22:09.757Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:09.823Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:09.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:10.661Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:10.662Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:10.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:10.670Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:22:10.768Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-29T06:22:10.769Z||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-09-29T06:22:10.769Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:10.817Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:10.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:11.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:11.681Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:11.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:11.702Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:22:11.784Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-09-29T06:22:11.790Z||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-09-29T06:22:11.790Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:11.820Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:11.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:12.704Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "serviceName": "vFW 2022-09-29 06-20-38",
  "serviceVersion": "1.0",
  "serviceUUID": "d0dcfa28-37ab-46aa-9914-8b762dbbe007",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e1eb9444-234a-47b7-9ddd-aed26b7b7538",
  "resources": [
    {
      "resourceInstanceName": "vFW d5492737-344c 0",
      "resourceCustomizationUUID": "d2985e3c-586d-476c-9807-7d039faf5b0e",
      "resourceName": "vFW d5492737-344c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "731b5e6a-3465-4f96-903b-dc48e7f0fea0",
      "resourceInvariantUUID": "051adc3a-4ff0-4501-856b-b60ff8e764dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd5492737344c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
          "artifactChecksum": "MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6cba1582-3f8f-471a-afd7-4c94bebca553",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ed44e7b3-372a-4840-9052-48ffb7068446",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e4426594-a28c-4c6e-a9bf-13e78d030073",
            "generatedFromUUID": "ed44e7b3-372a-4840-9052-48ffb7068446"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e4426594-a28c-4c6e-a9bf-13e78d030073",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220929062038-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
      "artifactChecksum": "MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "198257f1-0a4f-4788-b7d1-69261766ae2e"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:22:12.707Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:22:12.707Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0dcfa28-37ab-46aa-9914-8b762dbbe007 ASDC
2022-09-29T06:22:12.834Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:03c6e3fb-d22e-488f-b984-fd8dd88f737c
ServiceName:vFW 2022-09-29 06-20-38
ServiceVersion:1.0
ServiceUUID:d0dcfa28-37ab-46aa-9914-8b762dbbe007
ServiceInvariantUUID:e1eb9444-234a-47b7-9ddd-aed26b7b7538
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220929062038-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
ArtifactUUID:198257f1-0a4f-4788-b7d1-69261766ae2e
ArtifactChecksum:MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5492737-344c 0
ResourceCustomizationUUID:d2985e3c-586d-476c-9807-7d039faf5b0e
ResourceInvariantUUID:051adc3a-4ff0-4501-856b-b60ff8e764dd
ResourceName:vFW d5492737-344c
ResourceType:VF
ResourceUUID:731b5e6a-3465-4f96-903b-dc48e7f0fea0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5492737344c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
ArtifactUUID:6cba1582-3f8f-471a-afd7-4c94bebca553
ArtifactChecksum:MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg=
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
ArtifactUUID:ed44e7b3-372a-4840-9052-48ffb7068446
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
ArtifactUUID:e4426594-a28c-4c6e-a9bf-13e78d030073
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
ArtifactUUID:e4426594-a28c-4c6e-a9bf-13e78d030073
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:22:12.835Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0dcfa28-37ab-46aa-9914-8b762dbbe007 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-09-29T06:22:12.901Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:22:12.902Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:12.904Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:12.904Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 198257f1-0a4f-4788-b7d1-69261766ae2e from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:12.905Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:12.906Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:13.020Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:13.048Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar 198257f1-0a4f-4788-b7d1-69261766ae2e 100657
2022-09-29T06:22:13.050Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar ASDC sendASDCNotification
2022-09-29T06:22:13.050Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:13.053Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:13.054Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:13.056Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:13.056Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432533049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:13.156Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:13.157Z||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-09-29T06:22:13.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:13.223Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:13.224Z||pool-10-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:14.057Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:22:14.062Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:14.062Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 198257f1-0a4f-4788-b7d1-69261766ae2e, URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar to file: /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.063Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.159Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.159Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.843Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2889036075189015096/Definitions/service-Vfw20220929062038-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-29T06:22:17.559Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:22:17.564Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5492737-344c 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-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:22:17.573Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.575Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.579Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.579Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:22:17.581Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:22:17.584Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.584Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.587Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.587Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.591Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70af53ef-0baa-46f7-a36f-f978c2d9590b
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97f84914-bebf-4da0-91e9-a4f3776294dc
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-29 06-20-38
Description:catalog service description
Model UUID:d0dcfa28-37ab-46aa-9914-8b762dbbe007
Model Version:NULL
Model InvariantUuid:e1eb9444-234a-47b7-9ddd-aed26b7b7538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d5492737-344c
Model UUID:162815c9-7432-4a04-a6fb-0d87897ff378
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:051adc3a-4ff0-4501-856b-b60ff8e764dd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2985e3c-586d-476c-9807-7d039faf5b0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:057552cd-0901-4a15-abfe-4f0177936fdb
ModelName:VfwD5492737344c..base_vfw..module-0
ModelUuid:2123ce27-7b4e-4bc7-9c05-783a32a0d650
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
ModelInvariantUuid:c4edc34b-f9d4-4599-8186-bd83c1ecd4b7
ModelName:vFW d5492737-344c-nodes.vfwCvfc
ModelUuid:f4726d50-da85-4aeb-90fd-77a523df94e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:85a76f84-2c01-4820-bf91-6fe1f61cb6fd
ModelInvariantUuid:24381502-dc17-4867-a0a2-80d94151814d
ModelName:VfwD5492737344c.compute.nodes.heat.vfw
ModelUuid:f9bdb177-9fa3-4f7f-92e3-05161ab112d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:70af53ef-0baa-46f7-a36f-f978c2d9590b
ModelInvariantUuid:b69585ca-f7c1-4e45-a588-244e4adab122
ModelName:vFW d5492737-344c-nodes.vsnCvfc
ModelUuid:3868758e-be9a-47bc-b42f-1e486a2950db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:575b255a-5bcb-4200-a3ae-6bf7c7f3e884
ModelInvariantUuid:e0167fdb-a236-423e-ba8a-a08592183bb6
ModelName:VfwD5492737344c.compute.nodes.heat.vsn
ModelUuid:df7dbc48-70a4-4958-9594-0f8889fa4a04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:97f84914-bebf-4da0-91e9-a4f3776294dc
ModelInvariantUuid:4c4f9acf-3b10-4713-b830-5e7f4564267d
ModelName:vFW d5492737-344c-nodes.vpgCvfc
ModelUuid:5c4c20f4-bf87-4b89-b3a3-0bd66f51190a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1ece1c0e-92d6-46ad-818f-15ff2b1f7e48
ModelInvariantUuid:02b90bea-d016-4ebe-afcd-0e0fcfb68c19
ModelName:VfwD5492737344c.compute.nodes.heat.vpg
ModelUuid:367e0da9-08f0-488c-967a-edc3ff5df296
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-09-29T06:22:17.617Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 731b5e6a-3465-4f96-903b-dc48e7f0fea0
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-09-29T06:22:17.739Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||vFW d5492737-344c 0
2022-09-29T06:22:17.753Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 731b5e6a-3465-4f96-903b-dc48e7f0fea0
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cba1582-3f8f-471a-afd7-4c94bebca553 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.836Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:17.836Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json 6cba1582-3f8f-471a-afd7-4c94bebca553 785
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json ASDC sendASDCNotification
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:17.842Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:17.842Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432537837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:17.942Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:17.943Z||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-09-29T06:22:17.943Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:17.963Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:17.963Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:18.844Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5492737344c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "057552cd-0901-4a15-abfe-4f0177936fdb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2123ce27-7b4e-4bc7-9c05-783a32a0d650",
    "vfModuleModelCustomizationUUID": "65cd102c-d462-4dbc-b797-a4c03e4ea219",
    "isBase": true,
    "artifacts": [
      "ed44e7b3-372a-4840-9052-48ffb7068446",
      "e4426594-a28c-4c6e-a9bf-13e78d030073"
    ],
    "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-09-29T06:22:18.868Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5492737344c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2123ce27-7b4e-4bc7-9c05-783a32a0d650
VfModuleModelInvariantUUID:057552cd-0901-4a15-abfe-4f0177936fdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed44e7b3-372a-4840-9052-48ffb7068446
,
e4426594-a28c-4c6e-a9bf-13e78d030073

}
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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5492737344c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "057552cd-0901-4a15-abfe-4f0177936fdb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2123ce27-7b4e-4bc7-9c05-783a32a0d650",
    "vfModuleModelCustomizationUUID": "65cd102c-d462-4dbc-b797-a4c03e4ea219",
    "isBase": true,
    "artifacts": [
      "ed44e7b3-372a-4840-9052-48ffb7068446",
      "e4426594-a28c-4c6e-a9bf-13e78d030073"
    ],
    "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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5492737344c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2123ce27-7b4e-4bc7-9c05-783a32a0d650
VfModuleModelInvariantUUID:057552cd-0901-4a15-abfe-4f0177936fdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed44e7b3-372a-4840-9052-48ffb7068446
,
e4426594-a28c-4c6e-a9bf-13e78d030073

}
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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed44e7b3-372a-4840-9052-48ffb7068446 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:19.003Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ed44e7b3-372a-4840-9052-48ffb7068446 20368
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:19.006Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:19.007Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432539004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:19.107Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:19.108Z||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-09-29T06:22:19.108Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:19.137Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:19.137Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:20.008Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4426594-a28c-4c6e-a9bf-13e78d030073 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.009Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:20.009Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.079Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:20.080Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env e4426594-a28c-4c6e-a9bf-13e78d030073 2098
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:20.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:20.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432540081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:22:20.185Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:20.186Z||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-09-29T06:22:20.186Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:20.206Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:20.207Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:21.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d0dcfa28-37ab-46aa-9914-8b762dbbe007
2022-09-29T06:22:21.086Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5492737-344c 0 731b5e6a-3465-4f96-903b-dc48e7f0fea0 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-09-29T06:22:21.147Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14904d1c, org.onap.sdc.toscaparser.api.parameters.Input@769c0a15, org.onap.sdc.toscaparser.api.parameters.Input@16071e61, org.onap.sdc.toscaparser.api.parameters.Input@62d9113f, org.onap.sdc.toscaparser.api.parameters.Input@743748d5]
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d2985e3c-586d-476c-9807-7d039faf5b0e
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2985e3c-586d-476c-9807-7d039faf5b0e matches Tosca VF Customization UUID: d2985e3c-586d-476c-9807-7d039faf5b0e
2022-09-29T06:22:21.153Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d2985e3c-586d-476c-9807-7d039faf5b0e  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-09-29T06:22:21.160Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.161Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d2985e3c-586d-476c-9807-7d039faf5b0e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d7e1e72
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:22:21.163Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65cd102c-d462-4dbc-b797-a4c03e4ea219
2022-09-29T06:22:21.164Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65cd102c-d462-4dbc-b797-a4c03e4ea219
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-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:21.176Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.176Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
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-09-29T06:22:21.195Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.199Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70af53ef-0baa-46f7-a36f-f978c2d9590b
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-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97f84914-bebf-4da0-91e9-a4f3776294dc
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-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.210Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=d2985e3c-586d-476c-9807-7d039faf5b0e
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-09-29T06:22:21.220Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.220Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d0dcfa28-37ab-46aa-9914-8b762dbbe007: vFW d5492737-344c
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:22:21.223Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.223Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-09-29 06-20-38 
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-09-29T06:22:21.637Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5492737-344c 731b5e6a-3465-4f96-903b-dc48e7f0fea0 1 ASDC deployResourceStructure
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json ASDC sendASDCNotification
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:21.640Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:21.640Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432541638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:21.744Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-29T06:22:21.745Z||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-09-29T06:22:21.745Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:21.780Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:21.781Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:22.641Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:22.644Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:22.645Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432542641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:22.745Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:22.746Z||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-09-29T06:22:22.746Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:22.764Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:22.764Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:23.648Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-29T06:22:23.652Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:23.653Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:23.653Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:23.656Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:23.656Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432543648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:23.756Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:23.757Z||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-09-29T06:22:23.758Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:23.774Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:23.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:24.657Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar ASDC sendASDCNotification
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:24.660Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:24.660Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432544657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:22:24.760Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:24.761Z||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-09-29T06:22:24.762Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:24.776Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:22:24.777Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:25.662Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:22:25.680Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:22:55.683Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:22:55.695Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:55.698Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:22:55.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:22:55.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:23:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:23:04.909Z||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-09-29T06:23:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:23:05.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:23:05.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:23:05.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:23:05.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:23:25.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:23:25.712Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:23:55.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:23:55.729Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:24:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:24:04.909Z||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-09-29T06:24:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:24:05.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:24:05.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432524905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432533049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432533917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432534713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432535930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "aai-ml",
  "timestamp": 1664432535723,
  "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-09-29T06:24:05.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:24:05.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:24:05.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "clamp",
  "timestamp": 1664432536936,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:24:05.534Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:24:05.534Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:24:05.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432537837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432539004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432540081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432541638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432542641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432543648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432544657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432546457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432543047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664432552449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432558863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432558875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "cds",
  "timestamp": 1664432559880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-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-09-29T06:24:05.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.592Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432559931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432561009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432562026,
  "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-09-29T06:24:05.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.624Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432562913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664432563030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432563939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "clamp",
  "timestamp": 1664432564944,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:24:05.647Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.647Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:24:05.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432562489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432570308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432565198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432573035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432575609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664432576614,
  "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-09-29T06:24:05.671Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432579249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "aai-ml",
  "timestamp": 1664432580258,
  "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-09-29T06:24:05.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.695Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:25.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:24:25.745Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:24:25.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:24:55.755Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:24:55.765Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c and serviceModelVersionId: d0dcfa28-37ab-46aa-9914-8b762dbbe007
2022-09-29T06:24:55.765Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1eb9444-234a-47b7-9ddd-aed26b7b7538
2022-09-29T06:25:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:25:04.909Z||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-09-29T06:25:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:25:11.675Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0
2022-09-29T06:25:11.830Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:25:12.345Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?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-09-29T06:25:12.351Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|INFO|500||Invoke
2022-09-29T06:25:12.487Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|INFO|500||InvokeReturn
2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220929-06:25:13:349-97929], vertex-id=[221408], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:25:13 GMT], Content-Type=[application/json]}
2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:25:12.884Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:25:12.884Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:25:12.905Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:25:12.906Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03c6e3fb-d22e-488f-b984-fd8dd88f737c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:25:12.907Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:25:12.908Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:12.910Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:12.910Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432712906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:25:13.010Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:13.011Z||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-09-29T06:25:13.011Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:13.044Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:13.045Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:13.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:13.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:25:13.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432712906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:25:13.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-29T06:25:13.925Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:25:13.926Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|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-09-29T06:25:13.926Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:25:18.502Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:18.504Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:25:18.504Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c86e6aa7-709a-45ad-a79a-b6221888a666","serviceName":"basic_onboard_rNymbC","serviceVersion":"1.0","serviceUUID":"03e2b73f-d0f3-41c0-ba90-45c393c8322b","serviceDescription":"service","serviceInvariantUUID":"313b5e31-f263-44dc-b975-34606abf8576","resources":[{"resourceInstanceName":"basic_onboard_rNymbC 0","resourceName":"basic_onboard_rNymbC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22b829d6-d780-43df-849f-f3ab89678254","resourceInvariantUUID":"d0ec6c68-519a-438f-8cc9-0f10380d37ac","resourceCustomizationUUID":"5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjExNWRlNDU1M2M1NTIwYTY3MDlhOTI1N2I2NDhhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f23f7bdf-93f8-4a72-ab5e-3c1eda784433","artifactVersion":"1"},{"artifactName":"basic_onboard_rnymbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json","artifactChecksum":"YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f99fc7ca-84cd-4d68-9f26-a1669f474450","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da1c4709-ada4-4d1c-bd8e-9f77ed501a87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c91a895a-2458-4e13-a8b5-73c56ebb8319","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed0747c7-baea-4b8a-aaa9-b2d45c6458dc","artifactVersion":"2","generatedFromUUID":"da1c4709-ada4-4d1c-bd8e-9f77ed501a87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRnymbc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml","artifactChecksum":"NDE3OGMxZjMwNWEzOTdjMzAxMjFlNTUxOGI5N2M2Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d981484-b6c0-4086-80f4-b1917c1c5176","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRnymbc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar","artifactChecksum":"MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd83451c-e35d-4815-b47c-f1e06d27ff5f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:25:18.507Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:18.508Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:18.510Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:18.510Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:25:18.611Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:18.612Z||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-09-29T06:25:18.612Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:18.630Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:18.631Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:19.511Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:19.512Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:19.514Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:19.515Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:25:19.615Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:19.615Z||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-09-29T06:25:19.616Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:19.640Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:19.641Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:20.515Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:20.516Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:20.518Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:20.518Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:25:20.618Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:20.619Z||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-09-29T06:25:20.619Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:20.649Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:20.650Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:21.519Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:21.520Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:21.522Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:21.522Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:25:21.623Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:25:21.624Z||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-09-29T06:25:21.624Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:21.646Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:21.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:22.523Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:22.524Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:22.526Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:22.526Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-29T06:25:22.626Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:22.627Z||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-09-29T06:25:22.627Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:22.669Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:22.670Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:23.527Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:23.528Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:23.530Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:23.531Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:25:23.631Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:23.633Z||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-09-29T06:25:23.633Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:23.655Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:23.656Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:24.531Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:24.532Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:24.535Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:24.535Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:25:24.635Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:24.636Z||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-09-29T06:25:24.636Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:24.658Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:24.658Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:25.537Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "serviceName": "basic_onboard_rNymbC",
  "serviceVersion": "1.0",
  "serviceUUID": "03e2b73f-d0f3-41c0-ba90-45c393c8322b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "313b5e31-f263-44dc-b975-34606abf8576",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rNymbC 0",
      "resourceCustomizationUUID": "5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc",
      "resourceName": "basic_onboard_rNymbC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22b829d6-d780-43df-849f-f3ab89678254",
      "resourceInvariantUUID": "d0ec6c68-519a-438f-8cc9-0f10380d37ac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rnymbc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
          "artifactChecksum": "YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f99fc7ca-84cd-4d68-9f26-a1669f474450",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc",
            "generatedFromUUID": "da1c4709-ada4-4d1c-bd8e-9f77ed501a87"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRnymbc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
      "artifactChecksum": "MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd83451c-e35d-4815-b47c-f1e06d27ff5f"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:25:25.537Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:25:25.538Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03e2b73f-d0f3-41c0-ba90-45c393c8322b ASDC
2022-09-29T06:25:25.538Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c86e6aa7-709a-45ad-a79a-b6221888a666
ServiceName:basic_onboard_rNymbC
ServiceVersion:1.0
ServiceUUID:03e2b73f-d0f3-41c0-ba90-45c393c8322b
ServiceInvariantUUID:313b5e31-f263-44dc-b975-34606abf8576
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRnymbc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
ArtifactUUID:bd83451c-e35d-4815-b47c-f1e06d27ff5f
ArtifactChecksum:MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rNymbC 0
ResourceCustomizationUUID:5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
ResourceInvariantUUID:d0ec6c68-519a-438f-8cc9-0f10380d37ac
ResourceName:basic_onboard_rNymbC
ResourceType:VF
ResourceUUID:22b829d6-d780-43df-849f-f3ab89678254
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rnymbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
ArtifactUUID:f99fc7ca-84cd-4d68-9f26-a1669f474450
ArtifactChecksum:YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI=
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da1c4709-ada4-4d1c-bd8e-9f77ed501a87
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
ArtifactUUID:ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
ArtifactUUID:ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:25:25.538Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03e2b73f-d0f3-41c0-ba90-45c393c8322b 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-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd83451c-e35d-4815-b47c-f1e06d27ff5f from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.711Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar bd83451c-e35d-4815-b47c-f1e06d27ff5f 75246
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar ASDC sendASDCNotification
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.716Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:25.716Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:25.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:25.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432725715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:25:25.818Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:25.819Z||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-09-29T06:25:25.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:25.854Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:25.855Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:26.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:25:26.719Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bd83451c-e35d-4815-b47c-f1e06d27ff5f, URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar to file: /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.868Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8463658469879569473/Definitions/service-BasicOnboardRnymbc-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-09-29T06:25:28.104Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rNymbC 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-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c73c813-044c-4645-aedf-eb2399dd10c1
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rNymbC
Description:service
Model UUID:03e2b73f-d0f3-41c0-ba90-45c393c8322b
Model Version:NULL
Model InvariantUuid:313b5e31-f263-44dc-b975-34606abf8576
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rNymbC
Model UUID:102aac07-ddd6-4edf-9ecb-1dd0294ba0c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0ec6c68-519a-438f-8cc9-0f10380d37ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:507d7d9e-68ec-472e-941e-2758d64cfd65
ModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
ModelUuid:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c73c813-044c-4645-aedf-eb2399dd10c1
ModelInvariantUuid:75f29fef-23a6-4152-9cb6-23888c0b4145
ModelName:basic_onboard_rNymbC-nodes.ubuntu18Cvfc
ModelUuid:864c307d-e6d0-4e52-a9fe-2a6e57cad695
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4b01d2da-6ec3-4fe2-972a-5c80228380de
ModelInvariantUuid:37f3a22e-95ee-4730-928c-e5881019291c
ModelName:BasicOnboardRnymbc.compute.nodes.heat.ubuntu18
ModelUuid:32573010-82aa-4beb-83b1-eae9effed100
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-09-29T06:25:28.121Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 22b829d6-d780-43df-849f-f3ab89678254
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-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||basic_onboard_rNymbC 0
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22b829d6-d780-43df-849f-f3ab89678254
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f99fc7ca-84cd-4d68-9f26-a1669f474450 from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json f99fc7ca-84cd-4d68-9f26-a1669f474450 798
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json ASDC sendASDCNotification
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:28.184Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:28.185Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:28.186Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432728183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:25:28.286Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:28.287Z||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-09-29T06:25:28.287Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:28.330Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:28.330Z||pool-27-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:29.186Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnymbc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "507d7d9e-68ec-472e-941e-2758d64cfd65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bc7c317-aa1d-46ec-9d07-cf1356a27e9b",
    "vfModuleModelCustomizationUUID": "37c6c1e0-d053-4000-b053-0be38fed244c",
    "isBase": true,
    "artifacts": [
      "da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
      "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc"
    ],
    "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-09-29T06:25:29.191Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
VfModuleModelInvariantUUID:507d7d9e-68ec-472e-941e-2758d64cfd65
VfModuleModelDescription:NULL
Artifacts UUID List:{
da1c4709-ada4-4d1c-bd8e-9f77ed501a87
,
ed0747c7-baea-4b8a-aaa9-b2d45c6458dc

}
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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnymbc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "507d7d9e-68ec-472e-941e-2758d64cfd65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bc7c317-aa1d-46ec-9d07-cf1356a27e9b",
    "vfModuleModelCustomizationUUID": "37c6c1e0-d053-4000-b053-0be38fed244c",
    "isBase": true,
    "artifacts": [
      "da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
      "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc"
    ],
    "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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
VfModuleModelInvariantUUID:507d7d9e-68ec-472e-941e-2758d64cfd65
VfModuleModelDescription:NULL
Artifacts UUID List:{
da1c4709-ada4-4d1c-bd8e-9f77ed501a87
,
ed0747c7-baea-4b8a-aaa9-b2d45c6458dc

}
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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da1c4709-ada4-4d1c-bd8e-9f77ed501a87 from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml da1c4709-ada4-4d1c-bd8e-9f77ed501a87 5033
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:29.250Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:29.250Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432729247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:25:29.350Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:29.351Z||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-09-29T06:25:29.351Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:29.429Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:29.429Z||pool-28-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:30.251Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed0747c7-baea-4b8a-aaa9-b2d45c6458dc from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.251Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:30.252Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.304Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:30.304Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ed0747c7-baea-4b8a-aaa9-b2d45c6458dc 909
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:30.307Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:30.307Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432730305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:25:30.407Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:30.408Z||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-09-29T06:25:30.408Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:30.467Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:30.467Z||pool-29-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:31.308Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 03e2b73f-d0f3-41c0-ba90-45c393c8322b
2022-09-29T06:25:31.308Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rNymbC 0 22b829d6-d780-43df-849f-f3ab89678254 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-09-29T06:25:31.340Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6979e3e6, org.onap.sdc.toscaparser.api.parameters.Input@419e849e, org.onap.sdc.toscaparser.api.parameters.Input@1439a760, org.onap.sdc.toscaparser.api.parameters.Input@36fc3efc, org.onap.sdc.toscaparser.api.parameters.Input@10bc8d16]
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc matches Tosca VF Customization UUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc  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-09-29T06:25:31.356Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.356Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b342a35
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:25:31.358Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37c6c1e0-d053-4000-b053-0be38fed244c
2022-09-29T06:25:31.358Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37c6c1e0-d053-4000-b053-0be38fed244c
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-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-29T06:25:31.363Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:31.363Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c73c813-044c-4645-aedf-eb2399dd10c1
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-09-29T06:25:31.365Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.365Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
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-09-29T06:25:31.380Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 03e2b73f-d0f3-41c0-ba90-45c393c8322b: basic_onboard_rNymbC
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:25:31.383Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.383Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_rNymbC 
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-09-29T06:25:31.649Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rNymbC 22b829d6-d780-43df-849f-f3ab89678254 1 ASDC deployResourceStructure
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json ASDC sendASDCNotification
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:31.652Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:31.656Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:31.656Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432731650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:25:31.755Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:31.756Z||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-09-29T06:25:31.756Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:31.783Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:31.783Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:32.659Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:32.661Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:32.661Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432732657,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:25:32.761Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:32.762Z||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-09-29T06:25:32.762Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:32.820Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:32.820Z||pool-31-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":2,"count":1}
2022-09-29T06:25:33.662Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-29T06:25:33.662Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:33.663Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:33.663Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:33.665Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:33.665Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432733662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:25:33.765Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:33.766Z||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-09-29T06:25:33.767Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:33.798Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:33.798Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:34.666Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar ASDC sendASDCNotification
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:34.669Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:34.670Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432734666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:25:34.769Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:34.770Z||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-09-29T06:25:34.771Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:34.826Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:25:34.827Z||pool-33-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:35.671Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:25:35.682Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666
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-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:25:35.693Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:26:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:04.909Z||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-09-29T06:26:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:05.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:26:05.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432713925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432725715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432728183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432729247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432730305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432731650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432732657,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432733662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432734666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:26:05.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.693Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:26:05.698Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c86e6aa7-709a-45ad-a79a-b6221888a666 and serviceModelVersionId: 03e2b73f-d0f3-41c0-ba90-45c393c8322b
2022-09-29T06:26:05.699Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 313b5e31-f263-44dc-b975-34606abf8576
2022-09-29T06:26:05.700Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0
2022-09-29T06:26:05.704Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:26:05.755Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?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-09-29T06:26:05.757Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|INFO|500||Invoke
2022-09-29T06:26:05.782Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:26:05.966Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|INFO|500||InvokeReturn
2022-09-29T06:26:05.968Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:26:06:638-8531], vertex-id=[180288], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:26:06 GMT], Content-Type=[application/json]}
2022-09-29T06:26:05.968Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:26:05.969Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:26:05.969Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:26:05.974Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:26:05.974Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c86e6aa7-709a-45ad-a79a-b6221888a666 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:26:05.975Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:26:05.975Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:26:05.977Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:26:05.977Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432765975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:26:06.077Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:26:06.078Z||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-09-29T06:26:06.078Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:26:06.107Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:26:06.108Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-09-29T06:26:06.988Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:06.989Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:06.989Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:16.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:26:16.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:16.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:16.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:26.165Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:26:26.166Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:26.166Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:26.167Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:35.739Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:27:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:27:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:27:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:27:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:27:04.908Z||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-09-29T06:27:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:27:05.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:27:05.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-29T06:27:05.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664432765975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:27:05.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:27:14.507Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:28:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:28:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:28:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:28:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:28:04.908Z||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-09-29T06:28:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:28:14.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:28:14.556Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:29:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:29:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:29:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:29:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:29:04.909Z||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-09-29T06:29:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:29:14.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:29:14.504Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:30:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:30:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:30:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:30:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:30:04.908Z||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-09-29T06:30:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:30:14.494Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:30:14.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:31:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:31:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:31:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:31:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:31:04.909Z||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-09-29T06:31:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:31:14.473Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:31:14.499Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:32:04.905Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:32:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:32:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:32:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:32:04.908Z||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-09-29T06:32:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:32:14.501Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:32:14.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:33:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:33:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:33:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:33:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:33:04.908Z||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-09-29T06:33:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:33:14.509Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:33:14.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:34:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:34:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:34:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:34:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:34:04.909Z||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-09-29T06:34:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:34:14.480Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:34:14.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:35:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:35:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:35:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:35:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:35:04.908Z||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-09-29T06:35:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:35:14.473Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:35:14.473Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:36:04.905Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:36:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:36:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:36:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:36:04.908Z||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-09-29T06:36:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:36:14.517Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:36:14.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:37:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:37:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:37:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:37:04.908Z||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-09-29T06:37:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:37:05.560Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:05.561Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.561Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"94c08add-d9ce-4f04-8c69-b4f7e7b42eb4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"066f288c-8027-4166-bbf8-4a591afd56e6","serviceDescription":"service","serviceInvariantUUID":"776a871d-15b5-45e9-b868-3d4c51d0e55b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"59777237-643f-4838-ba34-6019033b9952","resourceInvariantUUID":"2fd33980-2324-4c0c-8df7-1a282db9cb95","resourceCustomizationUUID":"aeb7972c-1b31-4263-b93d-44898dde396d","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":"YjBjZTk1Mzg5NGQ5NDdiNzQ3NTAwMDJhM2RkNTlkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b7d00c6-a051-4abf-adcd-dbd07faa5b88","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4adbfb70-b235-48fe-af3b-e3ef33949394","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:37:05.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:05.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433412447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433405198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433405095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.567Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "cds",
  "timestamp": 1664433413047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433412447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433405198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433405095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "cds",
  "timestamp": 1664433413047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433414973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "cds",
  "timestamp": 1664433415804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "clamp",
  "timestamp": 1664433416457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "cds",
  "timestamp": 1664433416866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-09-29T06:37:05.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:05.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433424906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:37:05.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:37:05.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:37:05.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433417162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "clamp",
  "timestamp": 1664433416457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433418167,
  "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-09-29T06:37:05.598Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:37:05.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:37:05.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "clamp",
  "timestamp": 1664433424082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.670Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:05.671Z||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-09-29T06:37:05.671Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:05.709Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:05.709Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:06.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:37:06.571Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:06.573Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:06.573Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433424906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:37:06.673Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:06.674Z||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-09-29T06:37:06.674Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:06.694Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:06.694Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:07.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "066f288c-8027-4166-bbf8-4a591afd56e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "776a871d-15b5-45e9-b868-3d4c51d0e55b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "aeb7972c-1b31-4263-b93d-44898dde396d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "59777237-643f-4838-ba34-6019033b9952",
      "resourceInvariantUUID": "2fd33980-2324-4c0c-8df7-1a282db9cb95",
      "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": "YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4adbfb70-b235-48fe-af3b-e3ef33949394"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:37:07.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:37:07.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 066f288c-8027-4166-bbf8-4a591afd56e6 ASDC
2022-09-29T06:37:07.575Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:066f288c-8027-4166-bbf8-4a591afd56e6
ServiceInvariantUUID:776a871d-15b5-45e9-b868-3d4c51d0e55b
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:4adbfb70-b235-48fe-af3b-e3ef33949394
ArtifactChecksum:YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:aeb7972c-1b31-4263-b93d-44898dde396d
ResourceInvariantUUID:2fd33980-2324-4c0c-8df7-1a282db9cb95
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:59777237-643f-4838-ba34-6019033b9952
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-29T06:37:07.576Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 066f288c-8027-4166-bbf8-4a591afd56e6 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-09-29T06:37:07.607Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4adbfb70-b235-48fe-af3b-e3ef33949394 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.609Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:37:07.609Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.688Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:37:07.692Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4adbfb70-b235-48fe-af3b-e3ef33949394 57620
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:37:07.694Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:07.697Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:07.697Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433427693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:37:07.797Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:07.798Z||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-09-29T06:37:07.798Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:07.833Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:07.833Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:08.699Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4adbfb70-b235-48fe-af3b-e3ef33949394, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-29T06:37:08.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.937Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17944710001571388488/Definitions/service-BasicNetwork-template.yml
2022-09-29T06:37:09.505Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:066f288c-8027-4166-bbf8-4a591afd56e6
Model Version:NULL
Model InvariantUuid:776a871d-15b5-45e9-b868-3d4c51d0e55b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2fd33980-2324-4c0c-8df7-1a282db9cb95
Model UUID:3b1eca63-2856-4092-9bf3-d1979ae90268
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:aeb7972c-1b31-4263-b93d-44898dde396d
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-09-29T06:37:09.519Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 59777237-643f-4838-ba34-6019033b9952
2022-09-29T06:37:09.519Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||No resources found for Service: 066f288c-8027-4166-bbf8-4a591afd56e6
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-09-29T06:37:09.525Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||
2022-09-29T06:37:09.525Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:37:09.531Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@275ed2e9, org.onap.sdc.toscaparser.api.parameters.Input@21a51204, org.onap.sdc.toscaparser.api.parameters.Input@281e0102, org.onap.sdc.toscaparser.api.parameters.Input@43a56179, org.onap.sdc.toscaparser.api.parameters.Input@123d3a7e]
2022-09-29T06:37:09.532Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.532Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 066f288c-8027-4166-bbf8-4a591afd56e6: Generic NeutronNet
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.534Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.534Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-29T06:37:09.569Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.569Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-29T06:37:09.677Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:09.680Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:09.680Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433429677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:37:09.780Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:37:09.781Z||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-09-29T06:37:09.781Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:09.796Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:37:09.796Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:10.681Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:37:10.702Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:37:40.711Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:37:40.722Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:38:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:38:04.909Z||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-09-29T06:38:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:38:05.044Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:38:05.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:38:05.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433424906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:38:05.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:38:10.728Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:38:10.741Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:10.745Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:38:10.746Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:38:10.746Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:38:40.747Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:38:40.768Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:39:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:39:04.910Z||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-09-29T06:39:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:39:05.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:05.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433424906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "clamp",
  "timestamp": 1664433427086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "clamp",
  "timestamp": 1664433428090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:05.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:39:05.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433427693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433429677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "aai-ml",
  "timestamp": 1664433435441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433428047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433425097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433437205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433437220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "cds",
  "timestamp": 1664433438211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:05.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433438298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433432447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433439391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "aai-ml",
  "timestamp": 1664433440364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433440407,
  "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-09-29T06:39:05.106Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.106Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "aai-ml",
  "timestamp": 1664433441369,
  "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-09-29T06:39:05.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:39:05.120Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:39:05.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433441412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433435198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433443024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433445738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433446744,
  "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-09-29T06:39:05.148Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.149Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433432490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433449546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433443047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433451794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433445095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "cds",
  "timestamp": 1664433452801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-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-09-29T06:39:05.180Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.180Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433459087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433458656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433452451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "aai-ml",
  "timestamp": 1664433459660,
  "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-09-29T06:39:05.196Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433461384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433461096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "clamp",
  "timestamp": 1664433462100,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:05.209Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.209Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433462741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433463747,
  "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-09-29T06:39:05.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433446457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433462489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433471272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433465198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433474013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433476254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433465095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433477146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433477260,
  "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-09-29T06:39:05.252Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.253Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433477811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "aai-ml",
  "timestamp": 1664433478150,
  "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-09-29T06:39:05.268Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.268Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433479091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433478881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433480108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433479941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664433472447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "clamp",
  "timestamp": 1664433481112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:05.295Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.295Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433480996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433473047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433482057,
  "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-09-29T06:39:05.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:39:05.317Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:39:05.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433482814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664433483062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "cds",
  "timestamp": 1664433483819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:05.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:39:05.338Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:39:05.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:39:10.773Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:39:10.786Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:39:10.793Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:39:10.795Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:39:10.795Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:10.801Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:39:40.802Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:39:40.809Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 and serviceModelVersionId: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:39:40.809Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 776a871d-15b5-45e9-b868-3d4c51d0e55b
2022-09-29T06:39:40.811Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0
2022-09-29T06:39:40.841Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:39:40.902Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?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-09-29T06:39:40.904Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|INFO|500||Invoke
2022-09-29T06:39:40.930Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:39:41.139Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|INFO|500||InvokeReturn
2022-09-29T06:39:41.140Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220929-06:39:41:816-77582], vertex-id=[221272], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:39:41 GMT], Content-Type=[application/json]}
2022-09-29T06:39:41.140Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:39:41.141Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:39:41.141Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:39:41.146Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:41.150Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:41.150Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433581147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:39:41.250Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:41.251Z||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-09-29T06:39:41.251Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:41.306Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:41.306Z||pool-39-thread-1|||||INFO|500||cambria reply ok (56 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-09-29T06:39:42.162Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:39:42.163Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|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-09-29T06:39:42.163Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:39:46.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:46.703Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:39:46.703Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"310f8506-387d-42e9-bc3a-65130dea235d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eb818df7-1b44-4dbb-a9b0-664ba7f96f7c","serviceDescription":"service","serviceInvariantUUID":"a6e3c269-4092-4356-8963-ba3c2ecbd548","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b047765-abca-4b75-b653-b25c20459827","resourceInvariantUUID":"97447e08-39d6-4ad9-a324-f57f44a116eb","resourceCustomizationUUID":"48f3e6c1-2a14-417a-b3e9-3185a0197402","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":"M2JiMzM4MDNkMzNmYjA5NzA4NTI0ZmQ5NDE0NjBkOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62ad05da-7aa7-436a-8c2c-35fad1f77a23","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":"MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"273985ea-2552-4e44-b282-d285eca2ee3c","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":"50e54414-bf16-4898-a8a5-e209e55a5019","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":"86244d33-b31c-4ab7-bec3-9c453af79056","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":"86f69147-0dff-43ba-a66f-9f549f43086d","artifactVersion":"2","generatedFromUUID":"50e54414-bf16-4898-a8a5-e209e55a5019"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWRiMjVlZTE0Yzk2MjY5Y2U0MzZiOTU1NmU4YWYxYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58da5f22-3542-4846-afb5-3b9a14df353f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6dab3976-2e61-43d2-bc97-60363b2ffe68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:39:46.706Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:46.707Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:46.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:46.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:46.809Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:46.810Z||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-09-29T06:39:46.810Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:46.901Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:46.902Z||pool-40-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":4,"count":1}
2022-09-29T06:39:47.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:47.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:47.712Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:47.712Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:39:47.812Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:47.813Z||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-09-29T06:39:47.814Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:47.845Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:47.846Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:48.713Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:48.714Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:48.716Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:48.716Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:39:48.816Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:48.817Z||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-09-29T06:39:48.817Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:48.941Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:48.942Z||pool-42-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:39:49.717Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:49.717Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:49.719Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:49.720Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:49.820Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:49.821Z||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-09-29T06:39:49.821Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:49.857Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:49.857Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:39:50.720Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:50.721Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:50.723Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:50.723Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T06:39:50.823Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:50.824Z||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-09-29T06:39:50.825Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:50.892Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:50.893Z||pool-44-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:51.724Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:51.724Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:51.752Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:51.753Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:39:51.827Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2022-09-29T06:39:51.827Z||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-09-29T06:39:51.828Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:51.850Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:51.850Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:52.753Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:52.754Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:52.756Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:52.756Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:39:52.856Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:39:52.858Z||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-09-29T06:39:52.858Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:52.939Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:52.940Z||pool-46-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "eb818df7-1b44-4dbb-a9b0-664ba7f96f7c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e3c269-4092-4356-8963-ba3c2ecbd548",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "48f3e6c1-2a14-417a-b3e9-3185a0197402",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b047765-abca-4b75-b653-b25c20459827",
      "resourceInvariantUUID": "97447e08-39d6-4ad9-a324-f57f44a116eb",
      "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": "MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "273985ea-2552-4e44-b282-d285eca2ee3c",
          "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": "50e54414-bf16-4898-a8a5-e209e55a5019",
          "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": "86f69147-0dff-43ba-a66f-9f549f43086d",
            "generatedFromUUID": "50e54414-bf16-4898-a8a5-e209e55a5019"
          },
          "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": "86f69147-0dff-43ba-a66f-9f549f43086d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6dab3976-2e61-43d2-bc97-60363b2ffe68"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb818df7-1b44-4dbb-a9b0-664ba7f96f7c ASDC
2022-09-29T06:39:53.759Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:310f8506-387d-42e9-bc3a-65130dea235d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:eb818df7-1b44-4dbb-a9b0-664ba7f96f7c
ServiceInvariantUUID:a6e3c269-4092-4356-8963-ba3c2ecbd548
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:6dab3976-2e61-43d2-bc97-60363b2ffe68
ArtifactChecksum:OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:48f3e6c1-2a14-417a-b3e9-3185a0197402
ResourceInvariantUUID:97447e08-39d6-4ad9-a324-f57f44a116eb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8b047765-abca-4b75-b653-b25c20459827
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:273985ea-2552-4e44-b282-d285eca2ee3c
ArtifactChecksum:MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ=
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:50e54414-bf16-4898-a8a5-e209e55a5019
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:86f69147-0dff-43ba-a66f-9f549f43086d
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:86f69147-0dff-43ba-a66f-9f549f43086d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:39:53.759Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb818df7-1b44-4dbb-a9b0-664ba7f96f7c 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-09-29T06:39:53.834Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:39:53.834Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6dab3976-2e61-43d2-bc97-60363b2ffe68 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.908Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6dab3976-2e61-43d2-bc97-60363b2ffe68 74777
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.913Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:39:53.913Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:53.915Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:53.915Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433593912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:54.015Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:54.016Z||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-09-29T06:39:54.016Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:54.071Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:54.071Z||pool-47-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:54.916Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:39:54.917Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:54.918Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6dab3976-2e61-43d2-bc97-60363b2ffe68, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:54.918Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-29T06:39:54.919Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:54.919Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:55.088Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6606553593865402025/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-09-29T06:39:56.372Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||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-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.382Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.382Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-29T06:39:56.382Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-29T06:39:56.382Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:39:56.383Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=690f4f81-44a7-4363-b808-4f2c5c28284e
2022-09-29T06:39:56.383Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.383Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.384Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.384Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.384Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.384Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.385Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:56.385Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.385Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:eb818df7-1b44-4dbb-a9b0-664ba7f96f7c
Model Version:NULL
Model InvariantUuid:a6e3c269-4092-4356-8963-ba3c2ecbd548
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:661be5cf-fd37-4bdb-a0c6-e6a65f27c216
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97447e08-39d6-4ad9-a324-f57f44a116eb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:48f3e6c1-2a14-417a-b3e9-3185a0197402
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39a6ebb9-594e-4963-a649-5cf32d28c7fd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4453dbc1-f542-4476-9e6d-022506ce4765
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:690f4f81-44a7-4363-b808-4f2c5c28284e
ModelInvariantUuid:2b59d218-b5f2-4098-8617-77894fe7b7f2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f6da61ff-1660-48ab-9d0d-aca9c71fc49f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3065d9a6-19c7-4e26-bed3-d7b36897dc3d
ModelInvariantUuid:00df0d0f-45ca-474c-bc05-43fb6d1ce747
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:51f572de-4d03-431b-b759-f2161226465a
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-09-29T06:39:56.391Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b047765-abca-4b75-b653-b25c20459827
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-09-29T06:39:56.393Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-09-29T06:39:56.394Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b047765-abca-4b75-b653-b25c20459827
2022-09-29T06:39:56.394Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 273985ea-2552-4e44-b282-d285eca2ee3c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-29T06:39:56.394Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:39:56.394Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-29T06:39:56.475Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:39:56.476Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 273985ea-2552-4e44-b282-d285eca2ee3c 787
2022-09-29T06:39:56.476Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-29T06:39:56.476Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-29T06:39:56.476Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:39:56.477Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:56.479Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:56.479Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433596476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:56.579Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:56.580Z||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-09-29T06:39:56.580Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:56.621Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:56.622Z||pool-48-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:57.480Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39a6ebb9-594e-4963-a649-5cf32d28c7fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4453dbc1-f542-4476-9e6d-022506ce4765",
    "vfModuleModelCustomizationUUID": "3d60b5af-1fe6-4e65-b4f5-0d183c051462",
    "isBase": true,
    "artifacts": [
      "50e54414-bf16-4898-a8a5-e209e55a5019",
      "86f69147-0dff-43ba-a66f-9f549f43086d"
    ],
    "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-09-29T06:39:57.485Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4453dbc1-f542-4476-9e6d-022506ce4765
VfModuleModelInvariantUUID:39a6ebb9-594e-4963-a649-5cf32d28c7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
50e54414-bf16-4898-a8a5-e209e55a5019
,
86f69147-0dff-43ba-a66f-9f549f43086d

}
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-09-29T06:39:57.486Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39a6ebb9-594e-4963-a649-5cf32d28c7fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4453dbc1-f542-4476-9e6d-022506ce4765",
    "vfModuleModelCustomizationUUID": "3d60b5af-1fe6-4e65-b4f5-0d183c051462",
    "isBase": true,
    "artifacts": [
      "50e54414-bf16-4898-a8a5-e209e55a5019",
      "86f69147-0dff-43ba-a66f-9f549f43086d"
    ],
    "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-09-29T06:39:57.486Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4453dbc1-f542-4476-9e6d-022506ce4765
VfModuleModelInvariantUUID:39a6ebb9-594e-4963-a649-5cf32d28c7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
50e54414-bf16-4898-a8a5-e209e55a5019
,
86f69147-0dff-43ba-a66f-9f549f43086d

}
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-09-29T06:39:57.487Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 50e54414-bf16-4898-a8a5-e209e55a5019 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-29T06:39:57.487Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:39:57.487Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-29T06:39:57.553Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:39:57.553Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 50e54414-bf16-4898-a8a5-e209e55a5019 5033
2022-09-29T06:39:57.554Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-29T06:39:57.554Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-29T06:39:57.554Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:39:57.554Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:57.556Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:57.556Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433597554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:57.656Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:57.657Z||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-09-29T06:39:57.657Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:57.704Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:57.705Z||pool-49-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:39:58.557Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86f69147-0dff-43ba-a66f-9f549f43086d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-29T06:39:58.557Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:39:58.558Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-29T06:39:58.616Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:39:58.616Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 86f69147-0dff-43ba-a66f-9f549f43086d 903
2022-09-29T06:39:58.617Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-29T06:39:58.617Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-29T06:39:58.617Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:39:58.617Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:58.619Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:58.619Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433598617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:39:58.719Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:58.721Z||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-09-29T06:39:58.721Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:58.759Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:58.760Z||pool-50-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:59.620Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: eb818df7-1b44-4dbb-a9b0-664ba7f96f7c
2022-09-29T06:39:59.620Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8b047765-abca-4b75-b653-b25c20459827 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-09-29T06:39:59.634Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d37c934, org.onap.sdc.toscaparser.api.parameters.Input@658d4ecf, org.onap.sdc.toscaparser.api.parameters.Input@3afa2af2, org.onap.sdc.toscaparser.api.parameters.Input@6ce09a1e, org.onap.sdc.toscaparser.api.parameters.Input@ffd80df]
2022-09-29T06:39:59.636Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.637Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.637Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:39:59.637Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 48f3e6c1-2a14-417a-b3e9-3185a0197402
2022-09-29T06:39:59.638Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48f3e6c1-2a14-417a-b3e9-3185a0197402 matches Tosca VF Customization UUID: 48f3e6c1-2a14-417a-b3e9-3185a0197402
2022-09-29T06:39:59.638Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 48f3e6c1-2a14-417a-b3e9-3185a0197402  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-09-29T06:39:59.641Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.642Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.642Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 48f3e6c1-2a14-417a-b3e9-3185a0197402: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:39:59.643Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3171c8d
2022-09-29T06:39:59.643Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.643Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:39:59.644Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d60b5af-1fe6-4e65-b4f5-0d183c051462
2022-09-29T06:39:59.654Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d60b5af-1fe6-4e65-b4f5-0d183c051462
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-09-29T06:39:59.656Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.657Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:59.657Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:59.657Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.657Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:59.657Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:59.658Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.658Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-29T06:39:59.658Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-29T06:39:59.658Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:39:59.658Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=690f4f81-44a7-4363-b808-4f2c5c28284e
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-09-29T06:39:59.660Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.660Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:59.661Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:59.661Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.661Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:59.661Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=48f3e6c1-2a14-417a-b3e9-3185a0197402
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-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid eb818df7-1b44-4dbb-a9b0-664ba7f96f7c: basic_vm
2022-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.663Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.664Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:39:59.665Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:59.665Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:59.771Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8b047765-abca-4b75-b653-b25c20459827 1 ASDC deployResourceStructure
2022-09-29T06:39:59.772Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-29T06:39:59.772Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-29T06:39:59.772Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:39:59.773Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:59.775Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:59.775Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433599772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:39:59.875Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:59.876Z||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-09-29T06:39:59.876Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:59.913Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:39:59.913Z||pool-51-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:00.776Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-29T06:40:00.777Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-29T06:40:00.777Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:40:00.777Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:00.779Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:00.779Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:40:00.880Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:40:00.880Z||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-09-29T06:40:00.880Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:00.930Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:00.931Z||pool-52-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:40:01.780Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-29T06:40:01.780Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-29T06:40:01.780Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:40:01.781Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:01.784Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:01.784Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433601780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:40:01.884Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:01.885Z||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-09-29T06:40:01.885Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:01.948Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:01.949Z||pool-53-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:40:02.785Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-29T06:40:02.786Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:40:02.786Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:40:02.786Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:02.788Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:02.789Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433602785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:40:02.888Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:40:02.889Z||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-09-29T06:40:02.889Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:02.921Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:02.921Z||pool-54-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:03.790Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 310f8506-387d-42e9-bc3a-65130dea235d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:40:03.808Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 310f8506-387d-42e9-bc3a-65130dea235d
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-09-29T06:40:03.811Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:40:03.811Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:40:03.811Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.812Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.813Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:03.813Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:40:03.817Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:40:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:40:04.908Z||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-09-29T06:40:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:40:04.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:04.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:40:04.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:40:04.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:40:33.820Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:40:33.831Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 310f8506-387d-42e9-bc3a-65130dea235d and serviceModelVersionId: eb818df7-1b44-4dbb-a9b0-664ba7f96f7c
2022-09-29T06:40:33.831Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e3c269-4092-4356-8963-ba3c2ecbd548
2022-09-29T06:40:33.832Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?depth=0
2022-09-29T06:40:33.836Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:40:33.877Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?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-09-29T06:40:33.878Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?depth=0|INFO|500||Invoke
2022-09-29T06:40:33.913Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:40:34.103Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?depth=0|INFO|500||InvokeReturn
2022-09-29T06:40:34.103Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6e3c269-4092-4356-8963-ba3c2ecbd548/model-vers/model-ver/eb818df7-1b44-4dbb-a9b0-664ba7f96f7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:40:34:796-1139], vertex-id=[196768], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:40:34 GMT], Content-Type=[application/json]}
2022-09-29T06:40:34.103Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:40:34.104Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:40:34.104Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:40:34.110Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:40:34.110Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 310f8506-387d-42e9-bc3a-65130dea235d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:40:34.110Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:40:34.110Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:34.113Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:34.113Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433634110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:40:34.214Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:40:34.215Z||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-09-29T06:40:34.216Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:34.241Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:34.246Z||pool-55-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-29T06:40:35.128Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:40:35.129Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4dad0b7-787e-446f-901f-34d010fc5843","serviceName":"Demo_pNF_yMdTvLeJa58x8X49nuIt","serviceVersion":"1.0","serviceUUID":"4664e935-1ff5-4415-822d-02d7e9f03331","serviceDescription":"catalog service description","serviceInvariantUUID":"05668d75-e897-42ce-b882-d540ffb56a7e","resources":[{"resourceInstanceName":"pNF 4c166c6f-486a 0","resourceName":"pNF 4c166c6f-486a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1fd9b505-46ab-40bf-b197-fd69329b7e3b","resourceInvariantUUID":"e205df7b-ac2f-46ea-b5a9-87d990159b90","resourceCustomizationUUID":"f23898c2-a8b6-41aa-8751-9b611fb8df97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml","artifactChecksum":"ODJlYTUyMmYyMjBkYjZhYmQzNTUyY2JjMWIxY2U5N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"398956fc-bf0c-4642-b690-599d61bf0284","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar","artifactChecksum":"ZDE2YWI5YWI0YjVjYTg1ODI1MTk0MjZjNTZhZTkzNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd6c6811-27ca-4c95-bcdf-ad6cca8be6a5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ccf3ae46-a332-4dae-83ff-378f0962e3a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml","artifactChecksum":"NDE2MDljMzIxMzJmMTFkNDMxMWNiYjFlZjRmOTE0MTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ecd042e-b4cd-489d-9097-e6724f034e5a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3313bfd-a1d7-4984-b844-75c04555f32e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"801a54f8-c3ad-4810-890e-5c1c305049b9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYmdtvleja58x8x49nuit-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml","artifactChecksum":"MDk5ZWZjMzlkMjNjZjk2OTI0YWI1NzAwYjU4YTg1MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f1c7d37-6060-41e1-a9da-71ad61642552","artifactVersion":"1"},{"artifactName":"service-DemoPnfYmdtvleja58x8x49nuit-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar","artifactChecksum":"ZDZiZTk2ZTA0YjU4YTgzMDViZTViMDE5NjY1ZGJjNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f44876ac-b82c-4ad8-9bae-49603ba60e81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:40:35.129Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:35.129Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:35.132Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:35.132Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:35.233Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:40:35.234Z||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-09-29T06:40:35.235Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:35.255Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:35.256Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:40:36.136Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:36.138Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:36.140Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:36.140Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:36.244Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-29T06:40:36.245Z||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-09-29T06:40:36.245Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:36.260Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:36.262Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:37.141Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:37.142Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:37.145Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:37.145Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:37.245Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:37.247Z||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-09-29T06:40:37.247Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:37.268Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:37.268Z||pool-58-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:38.147Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:38.147Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:38.150Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:38.150Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:38.250Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:38.251Z||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-09-29T06:40:38.251Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:38.283Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:38.283Z||pool-59-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:40:39.151Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:39.151Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:39.154Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:39.154Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:39.255Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:39.255Z||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-09-29T06:40:39.256Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:39.276Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:39.277Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:40.155Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:40.155Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:40.157Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:40.157Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:40.258Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:40.258Z||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-09-29T06:40:40.259Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:40.279Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:40.279Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:41.158Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:41.158Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:41.166Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:41.166Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:40:41.266Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:41.267Z||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-09-29T06:40:41.267Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:41.323Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:41.324Z||pool-62-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:42.166Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:40:42.167Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:42.170Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:42.170Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:40:42.270Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:42.271Z||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-09-29T06:40:42.271Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:42.290Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:42.291Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:43.175Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "serviceName": "Demo_pNF_yMdTvLeJa58x8X49nuIt",
  "serviceVersion": "1.0",
  "serviceUUID": "4664e935-1ff5-4415-822d-02d7e9f03331",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "05668d75-e897-42ce-b882-d540ffb56a7e",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c166c6f-486a 0",
      "resourceCustomizationUUID": "f23898c2-a8b6-41aa-8751-9b611fb8df97",
      "resourceName": "pNF 4c166c6f-486a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1fd9b505-46ab-40bf-b197-fd69329b7e3b",
      "resourceInvariantUUID": "e205df7b-ac2f-46ea-b5a9-87d990159b90",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
      "artifactChecksum": "ZDZiZTk2ZTA0YjU4YTgzMDViZTViMDE5NjY1ZGJjNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f44876ac-b82c-4ad8-9bae-49603ba60e81"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:40:43.176Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:40:43.176Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4664e935-1ff5-4415-822d-02d7e9f03331 ASDC
2022-09-29T06:40:43.176Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b4dad0b7-787e-446f-901f-34d010fc5843
ServiceName:Demo_pNF_yMdTvLeJa58x8X49nuIt
ServiceVersion:1.0
ServiceUUID:4664e935-1ff5-4415-822d-02d7e9f03331
ServiceInvariantUUID:05668d75-e897-42ce-b882-d540ffb56a7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
ArtifactUUID:f44876ac-b82c-4ad8-9bae-49603ba60e81
ArtifactChecksum:ZDZiZTk2ZTA0YjU4YTgzMDViZTViMDE5NjY1ZGJjNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c166c6f-486a 0
ResourceCustomizationUUID:f23898c2-a8b6-41aa-8751-9b611fb8df97
ResourceInvariantUUID:e205df7b-ac2f-46ea-b5a9-87d990159b90
ResourceName:pNF 4c166c6f-486a
ResourceType:PNF
ResourceUUID:1fd9b505-46ab-40bf-b197-fd69329b7e3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-29T06:40:43.176Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4664e935-1ff5-4415-822d-02d7e9f03331 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-09-29T06:40:43.208Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:40:43.208Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:40:43.209Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:40:43.209Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f44876ac-b82c-4ad8-9bae-49603ba60e81 from URL: /sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:43.209Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:40:43.210Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:43.434Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:40:43.438Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar f44876ac-b82c-4ad8-9bae-49603ba60e81 87744
2022-09-29T06:40:43.439Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar ASDC sendASDCNotification
2022-09-29T06:40:43.439Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:43.439Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:40:43.439Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:43.441Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:43.441Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433643439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:40:43.542Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:40:43.543Z||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-09-29T06:40:43.543Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:43.611Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:43.612Z||pool-64-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:44.442Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:40:44.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:40:44.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f44876ac-b82c-4ad8-9bae-49603ba60e81, URL: /sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar to file: /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:44.444Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:44.444Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:44.445Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:44.640Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2627962837568020208/Definitions/service-DemoPnfYmdtvleja58x8x49nuit-template.yml
2022-09-29T06:40:45.427Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:40:45.427Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:40:45.427Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.427Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:40:45.427Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c166c6f-486a 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-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.428Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Node template pNF 4c166c6f-486a 0 is matching search criteria
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4c166c6f-486a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Node template pNF 4c166c6f-486a 0 is matching search criteria
2022-09-29T06:40:45.429Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4c166c6f-486a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.430Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.431Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.431Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.431Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.431Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.431Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yMdTvLeJa58x8X49nuIt
Description:catalog service description
Model UUID:4664e935-1ff5-4415-822d-02d7e9f03331
Model Version:NULL
Model InvariantUuid:05668d75-e897-42ce-b882-d540ffb56a7e
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-09-29T06:40:45.439Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1fd9b505-46ab-40bf-b197-fd69329b7e3b
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-09-29T06:40:45.442Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||pNF 4c166c6f-486a 0
2022-09-29T06:40:45.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1fd9b505-46ab-40bf-b197-fd69329b7e3b
2022-09-29T06:40:45.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4664e935-1ff5-4415-822d-02d7e9f03331
2022-09-29T06:40:45.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4664e935-1ff5-4415-822d-02d7e9f03331
2022-09-29T06:40:45.443Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4c166c6f-486a 0 1fd9b505-46ab-40bf-b197-fd69329b7e3b 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-09-29T06:40:45.447Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d587f98, org.onap.sdc.toscaparser.api.parameters.Input@673e980d, org.onap.sdc.toscaparser.api.parameters.Input@276e017a, org.onap.sdc.toscaparser.api.parameters.Input@1ba5bab0, org.onap.sdc.toscaparser.api.parameters.Input@150fb2e3]
2022-09-29T06:40:45.447Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.447Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.448Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4664e935-1ff5-4415-822d-02d7e9f03331: pNF 4c166c6f-486a
2022-09-29T06:40:45.448Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Processing PNF resource: 1fd9b505-46ab-40bf-b197-fd69329b7e3b
2022-09-29T06:40:45.448Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:40:45.448Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_yMdTvLeJa58x8X49nuIt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:40:45.448Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||Resource customization UUID: f23898c2-a8b6-41aa-8751-9b611fb8df97 is the same as notified resource customizationUUID: f23898c2-a8b6-41aa-8751-9b611fb8df97
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-09-29T06:40:45.493Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4c166c6f-486a 1fd9b505-46ab-40bf-b197-fd69329b7e3b 0 ASDC deployResourceStructure
2022-09-29T06:40:45.493Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar ASDC sendASDCNotification
2022-09-29T06:40:45.494Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar
2022-09-29T06:40:45.494Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:40:45.494Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:40:45.501Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:40:45.501Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433645493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:40:45.596Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-29T06:40:45.597Z||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-09-29T06:40:45.597Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:40:45.611Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:40:45.611Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:40:46.506Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4dad0b7-787e-446f-901f-34d010fc5843
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:40:46.520Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4dad0b7-787e-446f-901f-34d010fc5843
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-09-29T06:40:46.523Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.524Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.525Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:40:46.525Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:40:46.529Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:41:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:41:04.909Z||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-09-29T06:41:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:41:04.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:04.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433482117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433501095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433492489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433502347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:04.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433503096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:04.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "clamp",
  "timestamp": 1664433504101,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:41:04.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:41:04.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:41:05.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433495197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:41:05.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:41:05.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433505008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433507965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664433508971,
  "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-09-29T06:41:05.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:41:05.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:41:05.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433511078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:05.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:41:05.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:41:05.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "aai-ml",
  "timestamp": 1664433512087,
  "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-09-29T06:41:05.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:41:05.021Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:41:16.530Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:41:16.540Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4dad0b7-787e-446f-901f-34d010fc5843 and serviceModelVersionId: 4664e935-1ff5-4415-822d-02d7e9f03331
2022-09-29T06:41:16.540Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05668d75-e897-42ce-b882-d540ffb56a7e
2022-09-29T06:41:16.542Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?depth=0
2022-09-29T06:41:16.547Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:41:16.613Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?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-09-29T06:41:16.615Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?depth=0|INFO|500||Invoke
2022-09-29T06:41:16.639Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:41:16.930Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?depth=0|INFO|500||InvokeReturn
2022-09-29T06:41:16.931Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05668d75-e897-42ce-b882-d540ffb56a7e/model-vers/model-ver/4664e935-1ff5-4415-822d-02d7e9f03331?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:41:17:542-43182], vertex-id=[241696], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:41:17 GMT], Content-Type=[application/json]}
2022-09-29T06:41:16.935Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:41:16.935Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:41:16.935Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:41:16.940Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:41:16.940Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4dad0b7-787e-446f-901f-34d010fc5843 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:41:16.940Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:41:16.941Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:16.942Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:16.942Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433676940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:41:17.044Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:41:17.048Z||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-09-29T06:41:17.048Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:17.074Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:17.074Z||pool-66-thread-1|||||INFO|500||cambria reply ok (29 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-09-29T06:41:17.954Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:41:17.954Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f22146b5-d507-4b32-b3ea-a7e3d61c3067","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3038e63a-3c83-45d8-a3c4-7618daa6492f","serviceDescription":"service","serviceInvariantUUID":"1219aad5-9380-4646-84f3-f4396d7211a1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddfe1fbb-4803-489d-ba47-6392981f0c24","resourceInvariantUUID":"4fa6fe76-4b6c-41d2-84d4-d71b807c8060","resourceCustomizationUUID":"d0bbd442-181e-4d7c-bf74-063a59697c8b","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":"NTc5ZDQyZmFmYmU4NGNlYWQyOWMwMjUyMGViYmE4YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e80c8e33-939e-485f-b7a0-5973cde2b1ed","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":"c75d1867-a0f3-47a1-a70e-2c797667011e","artifactVersion":"2","generatedFromUUID":"2d90698e-6593-49eb-87e7-f15d07ed85b5"},{"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":"2d90698e-6593-49eb-87e7-f15d07ed85b5","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":"ZmU5ODQ5N2NhMTYzMDhhMDhkMjUwODY3YzYxZDEwZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7994e4f5-4c82-4e50-9929-517baf4984bc","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":"fac7f29f-8bfa-4788-9d14-e36a5c3bfd16","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":"9495f58f-d75a-47d2-8c8e-0cd9b4bea4e4","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":"3231f15a-63cf-4dac-a185-d6b848ba9de9","artifactVersion":"2","generatedFromUUID":"fac7f29f-8bfa-4788-9d14-e36a5c3bfd16"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzYxYmEzMzU1OTYwMWJhM2Q4NjQ0ZDNmN2I2YzIyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faaadb14-5164-4121-86e0-dd6fd46acef9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzA5ZGZkZTdhNDgyZjk5N2JiZjZiNjA1ZjIyN2E0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cdc2444-9042-47a3-8468-229d5c03e8e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:41:17.955Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:17.955Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:17.957Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:17.957Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:18.057Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:18.058Z||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-09-29T06:41:18.058Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:18.076Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:18.076Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:18.957Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:18.958Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:18.960Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:18.961Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-29T06:41:19.061Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:19.062Z||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-09-29T06:41:19.062Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:19.128Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:19.129Z||pool-68-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:19.961Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:19.962Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:19.964Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:19.964Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:41:20.064Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:20.065Z||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-09-29T06:41:20.065Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:20.083Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:20.084Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:20.964Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:20.965Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:20.967Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:20.968Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:41:21.067Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:41:21.072Z||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-09-29T06:41:21.073Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:21.117Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:21.118Z||pool-70-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:21.973Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:21.973Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:21.979Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:21.979Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:41:22.075Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-29T06:41:22.076Z||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-09-29T06:41:22.076Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:22.108Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:22.109Z||pool-71-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:22.980Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:22.980Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:22.991Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:22.991Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:23.090Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:41:23.091Z||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-09-29T06:41:23.091Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:23.117Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:23.117Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:23.992Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:23.993Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:23.995Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:23.995Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-29T06:41:24.095Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:24.096Z||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-09-29T06:41:24.096Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:24.117Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:24.117Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:24.995Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:24.996Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:24.998Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:24.998Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:41:25.099Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:41:25.100Z||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-09-29T06:41:25.100Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:25.137Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:25.137Z||pool-74-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:25.999Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:41:26.000Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:26.002Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:26.002Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:41:26.102Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:26.103Z||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-09-29T06:41:26.103Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:26.134Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:26.135Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:27.015Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3038e63a-3c83-45d8-a3c4-7618daa6492f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1219aad5-9380-4646-84f3-f4396d7211a1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d0bbd442-181e-4d7c-bf74-063a59697c8b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddfe1fbb-4803-489d-ba47-6392981f0c24",
      "resourceInvariantUUID": "4fa6fe76-4b6c-41d2-84d4-d71b807c8060",
      "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": "c75d1867-a0f3-47a1-a70e-2c797667011e",
          "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": "2d90698e-6593-49eb-87e7-f15d07ed85b5",
          "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": "ZmU5ODQ5N2NhMTYzMDhhMDhkMjUwODY3YzYxZDEwZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7994e4f5-4c82-4e50-9929-517baf4984bc",
          "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": "fac7f29f-8bfa-4788-9d14-e36a5c3bfd16",
          "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": "3231f15a-63cf-4dac-a185-d6b848ba9de9",
            "generatedFromUUID": "fac7f29f-8bfa-4788-9d14-e36a5c3bfd16"
          },
          "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": "3231f15a-63cf-4dac-a185-d6b848ba9de9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MzA5ZGZkZTdhNDgyZjk5N2JiZjZiNjA1ZjIyN2E0NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cdc2444-9042-47a3-8468-229d5c03e8e0"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:41:27.015Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:41:27.015Z|b4dad0b7-787e-446f-901f-34d010fc5843|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3038e63a-3c83-45d8-a3c4-7618daa6492f ASDC
2022-09-29T06:41:27.016Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f22146b5-d507-4b32-b3ea-a7e3d61c3067
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3038e63a-3c83-45d8-a3c4-7618daa6492f
ServiceInvariantUUID:1219aad5-9380-4646-84f3-f4396d7211a1
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:2cdc2444-9042-47a3-8468-229d5c03e8e0
ArtifactChecksum:MzA5ZGZkZTdhNDgyZjk5N2JiZjZiNjA1ZjIyN2E0NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d0bbd442-181e-4d7c-bf74-063a59697c8b
ResourceInvariantUUID:4fa6fe76-4b6c-41d2-84d4-d71b807c8060
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ddfe1fbb-4803-489d-ba47-6392981f0c24
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:c75d1867-a0f3-47a1-a70e-2c797667011e
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:2d90698e-6593-49eb-87e7-f15d07ed85b5
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:7994e4f5-4c82-4e50-9929-517baf4984bc
ArtifactChecksum:ZmU5ODQ5N2NhMTYzMDhhMDhkMjUwODY3YzYxZDEwZWE=
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:fac7f29f-8bfa-4788-9d14-e36a5c3bfd16
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:3231f15a-63cf-4dac-a185-d6b848ba9de9
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:3231f15a-63cf-4dac-a185-d6b848ba9de9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:41:27.022Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3038e63a-3c83-45d8-a3c4-7618daa6492f 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-09-29T06:41:27.066Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:41:27.067Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:41:27.068Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:41:27.068Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2cdc2444-9042-47a3-8468-229d5c03e8e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-29T06:41:27.068Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:27.069Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-29T06:41:27.232Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:27.236Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2cdc2444-9042-47a3-8468-229d5c03e8e0 73639
2022-09-29T06:41:27.236Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-29T06:41:27.236Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-29T06:41:27.236Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:27.237Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:27.239Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:27.239Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433687236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:27.339Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:27.340Z||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-09-29T06:41:27.340Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:27.364Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:27.365Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:28.240Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:41:28.241Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:41:28.242Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2cdc2444-9042-47a3-8468-229d5c03e8e0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:28.242Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-29T06:41:28.243Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:28.243Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:28.398Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6109899362762169171/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-09-29T06:41:29.494Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:41:29.494Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:41:29.494Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||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-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-29T06:41:29.495Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:41:29.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:29.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:41:29.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:41:29.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:29.498Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:41:29.498Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:41:29.498Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.498Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.498Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-29T06:41:29.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-29T06:41:29.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-29T06:41:29.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:41:29.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:41:29.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:29.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:29.501Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.501Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:29.501Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:29.501Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.502Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:29.502Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:29.502Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.502Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-29T06:41:29.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-29T06:41:29.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a16d8cd3-64bf-41c2-ad5e-4c4ea62be7c7
2022-09-29T06:41:29.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.504Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.504Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.504Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.504Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.504Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:29.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:29.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3038e63a-3c83-45d8-a3c4-7618daa6492f
Model Version:NULL
Model InvariantUuid:1219aad5-9380-4646-84f3-f4396d7211a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e288e253-5d0e-4454-9dca-0b5170426e70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4fa6fe76-4b6c-41d2-84d4-d71b807c8060
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0bbd442-181e-4d7c-bf74-063a59697c8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:045af435-8912-4b84-acb2-38f7308926bf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d3217445-a4bf-4221-adb2-49a752d52c8e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a16d8cd3-64bf-41c2-ad5e-4c4ea62be7c7
ModelInvariantUuid:c4bbb252-2df2-4dda-a81b-6b127b916e17
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:44080750-45ca-4847-a2ff-67fde16f5aae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fecf09cc-1121-4747-a2f6-b9f679b69278
ModelInvariantUuid:1e015a29-2aa2-4990-b36c-dc1ed1871fee
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d1038e4d-0c9a-4105-bf2c-069dfbe3bd66
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-09-29T06:41:29.516Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ddfe1fbb-4803-489d-ba47-6392981f0c24
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-09-29T06:41:29.519Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-09-29T06:41:29.520Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddfe1fbb-4803-489d-ba47-6392981f0c24
2022-09-29T06:41:29.520Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c75d1867-a0f3-47a1-a70e-2c797667011e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-29T06:41:29.520Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:29.521Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-29T06:41:29.588Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:29.589Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c75d1867-a0f3-47a1-a70e-2c797667011e 12
2022-09-29T06:41:29.589Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-29T06:41:29.589Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-29T06:41:29.589Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:29.590Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:29.592Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:29.592Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433689589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:29.692Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:29.693Z||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-09-29T06:41:29.693Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:29.744Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:29.745Z||pool-77-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:30.593Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d90698e-6593-49eb-87e7-f15d07ed85b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-29T06:41:30.593Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:30.593Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-29T06:41:30.652Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:30.652Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2d90698e-6593-49eb-87e7-f15d07ed85b5 2688
2022-09-29T06:41:30.652Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-29T06:41:30.653Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-29T06:41:30.653Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:30.653Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:30.655Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:30.655Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433690652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:30.755Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:30.758Z||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-09-29T06:41:30.758Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:30.793Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:30.793Z||pool-78-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:31.657Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7994e4f5-4c82-4e50-9929-517baf4984bc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-29T06:41:31.657Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:31.657Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-29T06:41:31.713Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:31.713Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7994e4f5-4c82-4e50-9929-517baf4984bc 828
2022-09-29T06:41:31.713Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-29T06:41:31.713Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-29T06:41:31.713Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:31.714Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:31.716Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:31.716Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433691713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:31.816Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:31.820Z||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-09-29T06:41:31.820Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:31.880Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:31.881Z||pool-79-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:32.716Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "045af435-8912-4b84-acb2-38f7308926bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3217445-a4bf-4221-adb2-49a752d52c8e",
    "vfModuleModelCustomizationUUID": "ee62d078-0c8c-4363-993f-f8efca957ed8",
    "isBase": true,
    "artifacts": [
      "fac7f29f-8bfa-4788-9d14-e36a5c3bfd16",
      "2d90698e-6593-49eb-87e7-f15d07ed85b5",
      "3231f15a-63cf-4dac-a185-d6b848ba9de9"
    ],
    "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-09-29T06:41:32.721Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3217445-a4bf-4221-adb2-49a752d52c8e
VfModuleModelInvariantUUID:045af435-8912-4b84-acb2-38f7308926bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
fac7f29f-8bfa-4788-9d14-e36a5c3bfd16
,
2d90698e-6593-49eb-87e7-f15d07ed85b5
,
3231f15a-63cf-4dac-a185-d6b848ba9de9

}
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-09-29T06:41:32.723Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "045af435-8912-4b84-acb2-38f7308926bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3217445-a4bf-4221-adb2-49a752d52c8e",
    "vfModuleModelCustomizationUUID": "ee62d078-0c8c-4363-993f-f8efca957ed8",
    "isBase": true,
    "artifacts": [
      "fac7f29f-8bfa-4788-9d14-e36a5c3bfd16",
      "2d90698e-6593-49eb-87e7-f15d07ed85b5",
      "3231f15a-63cf-4dac-a185-d6b848ba9de9"
    ],
    "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-09-29T06:41:32.723Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3217445-a4bf-4221-adb2-49a752d52c8e
VfModuleModelInvariantUUID:045af435-8912-4b84-acb2-38f7308926bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
fac7f29f-8bfa-4788-9d14-e36a5c3bfd16
,
2d90698e-6593-49eb-87e7-f15d07ed85b5
,
3231f15a-63cf-4dac-a185-d6b848ba9de9

}
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-09-29T06:41:32.723Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fac7f29f-8bfa-4788-9d14-e36a5c3bfd16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-29T06:41:32.723Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:32.723Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-29T06:41:32.778Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:32.779Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fac7f29f-8bfa-4788-9d14-e36a5c3bfd16 1164
2022-09-29T06:41:32.779Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-29T06:41:32.779Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-29T06:41:32.779Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:32.779Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:32.781Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:32.781Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433692779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:32.882Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:32.883Z||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-09-29T06:41:32.883Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:32.908Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:32.909Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:33.782Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3231f15a-63cf-4dac-a185-d6b848ba9de9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-29T06:41:33.783Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:41:33.783Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-29T06:41:33.830Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:41:33.831Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3231f15a-63cf-4dac-a185-d6b848ba9de9 200
2022-09-29T06:41:33.831Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-29T06:41:33.832Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-29T06:41:33.832Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:41:33.832Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:33.834Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:33.835Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433693831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:41:33.935Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:33.936Z||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-09-29T06:41:33.936Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:33.970Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:33.971Z||pool-81-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:34.841Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3038e63a-3c83-45d8-a3c4-7618daa6492f
2022-09-29T06:41:34.841Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ddfe1fbb-4803-489d-ba47-6392981f0c24 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-09-29T06:41:34.865Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-09-29T06:41:34.870Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327b5619, org.onap.sdc.toscaparser.api.parameters.Input@a34fc78, org.onap.sdc.toscaparser.api.parameters.Input@11c6ea93, org.onap.sdc.toscaparser.api.parameters.Input@5c2b7f82, org.onap.sdc.toscaparser.api.parameters.Input@34082180]
2022-09-29T06:41:34.871Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.871Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.871Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:41:34.872Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d0bbd442-181e-4d7c-bf74-063a59697c8b
2022-09-29T06:41:34.872Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0bbd442-181e-4d7c-bf74-063a59697c8b matches Tosca VF Customization UUID: d0bbd442-181e-4d7c-bf74-063a59697c8b
2022-09-29T06:41:34.872Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d0bbd442-181e-4d7c-bf74-063a59697c8b  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-09-29T06:41:34.874Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.874Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.874Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d0bbd442-181e-4d7c-bf74-063a59697c8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:41:34.874Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3896908f
2022-09-29T06:41:34.874Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.875Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:41:34.875Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee62d078-0c8c-4363-993f-f8efca957ed8
2022-09-29T06:41:34.877Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee62d078-0c8c-4363-993f-f8efca957ed8
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-09-29T06:41:34.879Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.879Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:34.879Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:34.880Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.880Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:34.880Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:34.880Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.880Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-29T06:41:34.881Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-29T06:41:34.881Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a16d8cd3-64bf-41c2-ad5e-4c4ea62be7c7
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-09-29T06:41:34.885Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.885Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:34.885Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:41:34.885Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.885Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-29T06:41:34.886Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d0bbd442-181e-4d7c-bf74-063a59697c8b
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-09-29T06:41:34.888Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.889Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.889Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3038e63a-3c83-45d8-a3c4-7618daa6492f: basic_cnf
2022-09-29T06:41:34.889Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.890Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.891Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.891Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:41:34.891Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:41:34.893Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:41:37.480Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ddfe1fbb-4803-489d-ba47-6392981f0c24 1 ASDC deployResourceStructure
2022-09-29T06:41:37.481Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-29T06:41:37.481Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-29T06:41:37.481Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-29T06:41:37.482Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:37.484Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:37.484Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433697481,
  "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-09-29T06:41:37.584Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:37.585Z||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-09-29T06:41:37.585Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:37.609Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:37.610Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:38.485Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-29T06:41:38.486Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-29T06:41:38.486Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-29T06:41:38.486Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:38.488Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:38.488Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433698485,
  "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-09-29T06:41:38.589Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:41:38.590Z||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-09-29T06:41:38.590Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:38.608Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:38.608Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:39.490Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-29T06:41:39.490Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-29T06:41:39.491Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:41:39.491Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:39.493Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:39.494Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433699489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:39.594Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:41:39.594Z||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-09-29T06:41:39.594Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:39.620Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:39.621Z||pool-84-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:41:40.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-29T06:41:40.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-29T06:41:40.496Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:41:40.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:40.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:40.499Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433700496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:40.599Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:41:40.600Z||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-09-29T06:41:40.600Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:40.619Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:40.619Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:41.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-29T06:41:41.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-29T06:41:41.500Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:41:41.501Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:41.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:41.503Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433701500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:41.605Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-29T06:41:41.606Z||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-09-29T06:41:41.606Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:41.625Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:41.625Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:42.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-29T06:41:42.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-29T06:41:42.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:41:42.505Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:41:42.507Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:41:42.507Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433702504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:41:42.608Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:41:42.608Z||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-09-29T06:41:42.609Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:41:42.646Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:41:42.647Z||pool-87-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:41:43.509Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f22146b5-d507-4b32-b3ea-a7e3d61c3067
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:41:43.520Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f22146b5-d507-4b32-b3ea-a7e3d61c3067
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-09-29T06:41:43.522Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:41:43.522Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.523Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:41:43.524Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:41:43.529Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:42:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:42:04.909Z||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-09-29T06:42:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:42:04.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:42:04.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433581147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:42:04.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:42:04.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:42:04.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:42:04.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:42:04.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:42:04.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433593912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433596476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433597554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433598617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433599772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:42:04.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:42:04.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433601780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:42:04.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:04.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:42:04.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433602785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:42:04.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:42:13.529Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:42:13.536Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f22146b5-d507-4b32-b3ea-a7e3d61c3067 and serviceModelVersionId: 3038e63a-3c83-45d8-a3c4-7618daa6492f
2022-09-29T06:42:13.536Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1219aad5-9380-4646-84f3-f4396d7211a1
2022-09-29T06:42:13.537Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?depth=0
2022-09-29T06:42:13.544Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:42:13.587Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?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-09-29T06:42:13.589Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?depth=0|INFO|500||Invoke
2022-09-29T06:42:13.609Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:42:13.744Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?depth=0|INFO|500||InvokeReturn
2022-09-29T06:42:13.745Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1219aad5-9380-4646-84f3-f4396d7211a1/model-vers/model-ver/3038e63a-3c83-45d8-a3c4-7618daa6492f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:42:14:489-74328], vertex-id=[200848], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:42:14 GMT], Content-Type=[application/json]}
2022-09-29T06:42:13.745Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:42:13.746Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:42:13.746Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:42:13.752Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:42:13.752Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f22146b5-d507-4b32-b3ea-a7e3d61c3067 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:42:13.752Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:42:13.753Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:42:13.756Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:42:13.756Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433733752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:42:13.857Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:42:13.858Z||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-09-29T06:42:13.858Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:42:13.913Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:42:13.913Z||pool-88-thread-1|||||INFO|500||cambria reply ok (56 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-09-29T06:42:14.772Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:42:14.772Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T06:42:14.773Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:42:25.201Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:42:25.201Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:42:25.202Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T06:42:25.202Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:42:34.792Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:42:34.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:42:34.793Z||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-09-29T06:42:34.794Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:42:44.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:42:44.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:42:44.343Z||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-09-29T06:42:44.343Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:42:53.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:43:04.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:43:04.907Z||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-09-29T06:43:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:43:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:43:04.908Z||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-09-29T06:43:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:43:04.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:43:04.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433634110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:43:04.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:43:04.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:43:04.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:43:04.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:43:04.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433643439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:43:04.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:43:04.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-29T06:43:04.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433645493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:43:04.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:43:14.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:44:04.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:44:04.907Z||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-09-29T06:44:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:44:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:44:04.909Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T06:44:04.909Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:44:04.977Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:44:04.978Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.978Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433676940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:44:04.979Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.979Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.980Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.981Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.981Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.981Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.981Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.981Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.982Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.982Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.982Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.982Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.982Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.983Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433582162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.984Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433687236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433689589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.985Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433690652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433691713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.986Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433692779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433693831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.987Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433697481,
  "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-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433698485,
  "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-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.988Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433699489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433700496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.989Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433701500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:44:04.990Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:04.990Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:44:04.990Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433702504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:44:04.990Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:44:14.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:45:04.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:45:04.907Z||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-09-29T06:45:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:45:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:45:04.909Z||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-09-29T06:45:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:45:05.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:45:05.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:45:05.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664433733752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:45:05.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:45:14.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:46:04.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:46:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:46:04.908Z||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-09-29T06:46:04.908Z||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-09-29T06:46:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:46:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:46:14.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:46:14.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:47:04.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:47:04.906Z||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-09-29T06:47:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:47:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:47:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T06:47:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:47:14.485Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:47:14.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:04.905Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:48:04.907Z||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-09-29T06:48:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:48:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:48:04.908Z||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-09-29T06:48:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:48:14.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:48:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c72fd74-0b64-4b74-833c-36e46ef1068e","serviceName":"Demo_pNF_bwc0u62wC4KWRifNH9x7","serviceVersion":"1.0","serviceUUID":"713267e3-d336-4153-9b75-b296dd60e3ae","serviceDescription":"catalog service description","serviceInvariantUUID":"9931b099-59d6-4b83-8d04-0bfa8cbd2ca2","resources":[{"resourceInstanceName":"pNF 2671e0d7-ee0b 0","resourceName":"pNF 2671e0d7-ee0b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b12e33b-fd87-4aa2-87f7-bf2b576d6547","resourceInvariantUUID":"c415a5be-36fe-4189-9e48-4c1976009e0c","resourceCustomizationUUID":"2cb86837-81d3-46d8-b059-94fdb4c84e1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFhZjZlNzgwNWM0MDAzZGViODMzMjdmYTc3ODVhNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36857682-15a2-41ca-851f-265396852a1c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar","artifactChecksum":"ZDE2YWI5YWI0YjVjYTg1ODI1MTk0MjZjNTZhZTkzNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e654a5e-bf94-4197-9588-63f56216e3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c3478ff-8969-473d-b174-4ca4dd28864a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml","artifactChecksum":"NjZmMTE0OGFhODc0YTcyMWU4NjNhMWVmYWZhYzg0YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bc3494b-06a4-401b-ba02-77a7c9f8c913","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9a4970-9edd-4f3f-8e8b-a0bfb46d65f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59e5eaa2-f6d3-4edc-a9d7-2153413cab3a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml","artifactChecksum":"N2MyMzMzOWI3ZThlMDYxOWZkNGI3MDJmZDk4MWY0ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7bc4b38-8adf-4a18-acf1-5daf9fef229e","artifactVersion":"1"},{"artifactName":"service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar","artifactChecksum":"Y2M0Y2UwODhhYWZmYTdiNjZjOGJkNmEyYjc3YjM1NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4beed06-3336-49ea-bc07-c9c11ca9011e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:48:14.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:14.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:14.089Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:14.089Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:14.189Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:14.190Z||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-09-29T06:48:14.190Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:14.220Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:14.221Z||pool-89-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:14.344Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:14.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:48:14.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:14.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:48:15.089Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:15.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:15.093Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:15.093Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:15.193Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:15.194Z||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-09-29T06:48:15.194Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:15.211Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:15.212Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:16.094Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:16.095Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:16.097Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:16.097Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:16.197Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:16.198Z||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-09-29T06:48:16.198Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:16.218Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:16.218Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:17.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:17.099Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:17.101Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:17.101Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:17.201Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:17.202Z||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-09-29T06:48:17.202Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:17.219Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:17.219Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:18.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:18.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:18.105Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:18.105Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:18.205Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:18.206Z||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-09-29T06:48:18.206Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:18.226Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:18.227Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:19.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:19.107Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:19.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:19.109Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:19.209Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:19.210Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:48:19.210Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:19.257Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:19.257Z||pool-94-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:20.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:20.110Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:20.112Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:20.112Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:48:20.212Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:20.213Z||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-09-29T06:48:20.214Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:20.233Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:20.234Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:21.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:48:21.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:21.117Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:21.117Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:48:21.217Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:21.218Z||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-09-29T06:48:21.218Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:21.248Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:21.249Z||pool-96-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:48:22.120Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "serviceName": "Demo_pNF_bwc0u62wC4KWRifNH9x7",
  "serviceVersion": "1.0",
  "serviceUUID": "713267e3-d336-4153-9b75-b296dd60e3ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9931b099-59d6-4b83-8d04-0bfa8cbd2ca2",
  "resources": [
    {
      "resourceInstanceName": "pNF 2671e0d7-ee0b 0",
      "resourceCustomizationUUID": "2cb86837-81d3-46d8-b059-94fdb4c84e1e",
      "resourceName": "pNF 2671e0d7-ee0b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4b12e33b-fd87-4aa2-87f7-bf2b576d6547",
      "resourceInvariantUUID": "c415a5be-36fe-4189-9e48-4c1976009e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
      "artifactChecksum": "Y2M0Y2UwODhhYWZmYTdiNjZjOGJkNmEyYjc3YjM1NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4beed06-3336-49ea-bc07-c9c11ca9011e"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:48:22.121Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:48:22.121Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 713267e3-d336-4153-9b75-b296dd60e3ae ASDC
2022-09-29T06:48:22.122Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1c72fd74-0b64-4b74-833c-36e46ef1068e
ServiceName:Demo_pNF_bwc0u62wC4KWRifNH9x7
ServiceVersion:1.0
ServiceUUID:713267e3-d336-4153-9b75-b296dd60e3ae
ServiceInvariantUUID:9931b099-59d6-4b83-8d04-0bfa8cbd2ca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
ArtifactUUID:d4beed06-3336-49ea-bc07-c9c11ca9011e
ArtifactChecksum:Y2M0Y2UwODhhYWZmYTdiNjZjOGJkNmEyYjc3YjM1NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2671e0d7-ee0b 0
ResourceCustomizationUUID:2cb86837-81d3-46d8-b059-94fdb4c84e1e
ResourceInvariantUUID:c415a5be-36fe-4189-9e48-4c1976009e0c
ResourceName:pNF 2671e0d7-ee0b
ResourceType:PNF
ResourceUUID:4b12e33b-fd87-4aa2-87f7-bf2b576d6547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-29T06:48:22.122Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713267e3-d336-4153-9b75-b296dd60e3ae 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-09-29T06:48:22.168Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:48:22.171Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-29T06:48:22.171Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-29T06:48:22.171Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d4beed06-3336-49ea-bc07-c9c11ca9011e from URL: /sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:22.171Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-29T06:48:22.171Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:22.243Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-29T06:48:22.249Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar d4beed06-3336-49ea-bc07-c9c11ca9011e 87749
2022-09-29T06:48:22.250Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar ASDC sendASDCNotification
2022-09-29T06:48:22.250Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:22.250Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:48:22.250Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:22.252Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:22.252Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434102249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:48:22.352Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:22.353Z||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-09-29T06:48:22.353Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:22.368Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:22.369Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:48:23.253Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:48:23.254Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-29T06:48:23.255Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d4beed06-3336-49ea-bc07-c9c11ca9011e, URL: /sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar to file: /app/ASDC/1/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:23.255Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:23.255Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:23.256Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:23.504Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10504213847510492104/Definitions/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml
2022-09-29T06:48:24.472Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:48:24.473Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-29T06:48:24.473Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.473Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:48:24.473Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2671e0d7-ee0b 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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.473Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.474Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-29T06:48:24.475Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.475Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.475Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Node template pNF 2671e0d7-ee0b 0 is matching search criteria
2022-09-29T06:48:24.476Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-29T06:48:24.476Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2671e0d7-ee0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:48:24.476Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.476Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.476Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Node template pNF 2671e0d7-ee0b 0 is matching search criteria
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2671e0d7-ee0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.477Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.478Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bwc0u62wC4KWRifNH9x7
Description:catalog service description
Model UUID:713267e3-d336-4153-9b75-b296dd60e3ae
Model Version:NULL
Model InvariantUuid:9931b099-59d6-4b83-8d04-0bfa8cbd2ca2
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-09-29T06:48:24.486Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b12e33b-fd87-4aa2-87f7-bf2b576d6547
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-09-29T06:48:24.491Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||pNF 2671e0d7-ee0b 0
2022-09-29T06:48:24.491Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b12e33b-fd87-4aa2-87f7-bf2b576d6547
2022-09-29T06:48:24.492Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 713267e3-d336-4153-9b75-b296dd60e3ae
2022-09-29T06:48:24.492Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 713267e3-d336-4153-9b75-b296dd60e3ae
2022-09-29T06:48:24.492Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2671e0d7-ee0b 0 4b12e33b-fd87-4aa2-87f7-bf2b576d6547 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-09-29T06:48:24.497Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2102a2b2, org.onap.sdc.toscaparser.api.parameters.Input@4eb89c4d, org.onap.sdc.toscaparser.api.parameters.Input@429853b7, org.onap.sdc.toscaparser.api.parameters.Input@9159699, org.onap.sdc.toscaparser.api.parameters.Input@3d36b23b]
2022-09-29T06:48:24.497Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.497Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.497Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 713267e3-d336-4153-9b75-b296dd60e3ae: pNF 2671e0d7-ee0b
2022-09-29T06:48:24.498Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Processing PNF resource: 4b12e33b-fd87-4aa2-87f7-bf2b576d6547
2022-09-29T06:48:24.498Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:48:24.498Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_bwc0u62wC4KWRifNH9x7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:48:24.498Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2cb86837-81d3-46d8-b059-94fdb4c84e1e is the same as notified resource customizationUUID: 2cb86837-81d3-46d8-b059-94fdb4c84e1e
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-09-29T06:48:24.530Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2671e0d7-ee0b 4b12e33b-fd87-4aa2-87f7-bf2b576d6547 0 ASDC deployResourceStructure
2022-09-29T06:48:24.530Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar ASDC sendASDCNotification
2022-09-29T06:48:24.530Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar
2022-09-29T06:48:24.530Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:48:24.531Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:48:24.533Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:48:24.533Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434104530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:48:24.633Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:48:24.634Z||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-09-29T06:48:24.634Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:48:24.654Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:48:24.654Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:48:25.534Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:48:25.553Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:48:25.555Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:48:25.555Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:48:25.556Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:48:55.556Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:48:55.565Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:48:55.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:48:55.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:48:55.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:49:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:49:04.909Z||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-09-29T06:49:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:49:04.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:49:04.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:49:04.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:49:04.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:49:25.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:49:25.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:49:25.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:49:25.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:49:25.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:49:55.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:49:55.588Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:49:55.590Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:49:55.590Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:49:55.590Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:50:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:50:04.909Z||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-09-29T06:50:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:50:04.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:50:04.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:50:04.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:50:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:50:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:50:04.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:50:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:50:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:50:04.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:50:04.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:50:25.590Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:50:25.599Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:50:25.609Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:50:25.609Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:50:25.609Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:50:55.610Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:50:55.618Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:50:55.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:50:55.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:50:55.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:51:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:51:04.909Z||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-09-29T06:51:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:51:05.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:51:05.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434092489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434084905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434092447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434088047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434085095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434102258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434102306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434102249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434103131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434095198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "cds",
  "timestamp": 1664434103312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-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-09-29T06:51:05.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c72fd74-0b64-4b74-833c-36e46ef1068e
2022-09-29T06:51:05.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c72fd74-0b64-4b74-833c-36e46ef1068e 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-09-29T06:51:05.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434104178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434104010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434105183,
  "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-09-29T06:51:05.479Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1c72fd74-0b64-4b74-833c-36e46ef1068e
2022-09-29T06:51:05.479Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c72fd74-0b64-4b74-833c-36e46ef1068e 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-09-29T06:51:05.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434104530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434106239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434107243,
  "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-09-29T06:51:05.490Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c72fd74-0b64-4b74-833c-36e46ef1068e
2022-09-29T06:51:05.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c72fd74-0b64-4b74-833c-36e46ef1068e 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-09-29T06:51:05.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434108178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:51:05.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "aai-ml",
  "timestamp": 1664434109183,
  "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-09-29T06:51:05.502Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c72fd74-0b64-4b74-833c-36e46ef1068e
2022-09-29T06:51:05.502Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c72fd74-0b64-4b74-833c-36e46ef1068e 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-09-29T06:51:05.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/resourceInstances/pnf2671e0d7ee0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434106457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:51:05.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434117428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434119229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBwc0u62wc4kwrifnh9x7/1.0/artifacts/service-DemoPnfBwc0u62wc4kwrifnh9x7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-29T06:51:05.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "clamp",
  "timestamp": 1664434120232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:51:05.522Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c72fd74-0b64-4b74-833c-36e46ef1068e
2022-09-29T06:51:05.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c72fd74-0b64-4b74-833c-36e46ef1068e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:51:25.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:51:25.630Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e
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-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.633Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.634Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:51:25.634Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:51:25.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:51:55.639Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e 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-09-29T06:51:55.647Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c72fd74-0b64-4b74-833c-36e46ef1068e and serviceModelVersionId: 713267e3-d336-4153-9b75-b296dd60e3ae
2022-09-29T06:51:55.647Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9931b099-59d6-4b83-8d04-0bfa8cbd2ca2
2022-09-29T06:51:55.648Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?depth=0
2022-09-29T06:51:55.661Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:51:55.710Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?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-09-29T06:51:55.712Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?depth=0|INFO|500||Invoke
2022-09-29T06:51:55.744Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:51:55.926Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?depth=0|INFO|500||InvokeReturn
2022-09-29T06:51:55.927Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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/9931b099-59d6-4b83-8d04-0bfa8cbd2ca2/model-vers/model-ver/713267e3-d336-4153-9b75-b296dd60e3ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220929-06:51:56:645-57692], vertex-id=[266376], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:51:56 GMT], Content-Type=[application/json]}
2022-09-29T06:51:55.927Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:51:55.928Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:51:55.928Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:51:55.932Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:51:55.932Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c72fd74-0b64-4b74-833c-36e46ef1068e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:51:55.932Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:51:55.933Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:51:55.935Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:51:55.935Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434315932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:51:56.035Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:51:56.036Z||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-09-29T06:51:56.036Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:51:56.081Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:51:56.081Z||pool-99-thread-1|||||INFO|500||cambria reply ok (46 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-09-29T06:51:56.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:51:56.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:51:56.951Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:52:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:52:04.908Z||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-09-29T06:52:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:52:05.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:52:05.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-29T06:52:05.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c72fd74-0b64-4b74-833c-36e46ef1068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434315932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:52:05.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:52:07.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:52:07.305Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:52:07.305Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:52:07.305Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:52:16.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:52:16.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:52:16.888Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:52:16.888Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:52:26.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:52:26.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:52:26.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:52:26.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:52:36.053Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:53:04.905Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:53:04.906Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:53:04.906Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:53:04.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:53:04.908Z||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-09-29T06:53:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:53:14.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:53:14.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:54:04.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:54:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:54:04.908Z||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-09-29T06:54:04.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:54:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:54:04.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:54:14.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:54:14.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:55:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:55:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T06:55:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T06:55:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:55:04.908Z||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-09-29T06:55:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:55:14.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:55:14.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:56:04.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:56:04.907Z||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-09-29T06:56:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:56:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:56:04.909Z||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-09-29T06:56:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:56:14.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:56:14.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:04.905Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:57:04.906Z||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-09-29T06:57:04.906Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:57:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:57:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:57:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:57:05.563Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:05.564Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.564Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.566Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.567Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.568Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.569Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.570Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.571Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.573Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434598047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.574Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434602489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.575Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434612698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.576Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434613360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.577Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434605095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.578Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434605198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.579Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "cds",
  "timestamp": 1664434615425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:57:05.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:05.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff07eda3-6b37-4c2d-ba8e-5c303577def8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4b89a4e9-e915-4d66-b6bb-a4d3088f42d9","serviceDescription":"service","serviceInvariantUUID":"638f1276-b97e-44cd-af1b-f074cfae9a07","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9b92a28-e51e-469d-9c3b-88d9877223bc","resourceInvariantUUID":"078d04e2-68d8-4242-8f70-8c95476433a3","resourceCustomizationUUID":"cdbc1bd0-1125-4714-9a39-ad488073add9","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":"YmE5ZmYwMmIyNjI5MDJmMGJlYzU3MDNkNGNiMTM4MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5e438fc-e9bc-4623-a2c9-e229c846c12b","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":"OGY0NTNjMzAyYmRlMTA2MzliNjk4YThiODcwMjhjYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac145a6b-a131-473e-9389-b421f9027502","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":"02c45069-ba3b-47df-9aba-13c2f0bdd8f2","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":"ed2a82fa-2edf-4aec-b151-7ccf19f7e395","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":"b233e9a2-97cc-45a7-bb53-223abd4632f7","artifactVersion":"2","generatedFromUUID":"97b72cea-0e6f-485e-b0f2-706fb79788db"},{"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":"60f59b33-1778-4e80-98bc-42baec78b458","artifactVersion":"2","generatedFromUUID":"02c45069-ba3b-47df-9aba-13c2f0bdd8f2"},{"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":"97b72cea-0e6f-485e-b0f2-706fb79788db","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":"530bd245-5289-42a5-a962-f8c6769acebb","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":"YjQxMTZlM2I4OTg2NDZlMDE1ODEzMzI4ZTcwNjM1Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da6e196f-89a4-4820-bca4-934b2b0a235d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTU5NDY1YTMyMWRlMmE3ODMzNmVhZGQ5ZTU2Y2Q1MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd32187b-47b3-4482-90eb-fc292c266160","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:57:05.606Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:05.606Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:05.607Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff07eda3-6b37-4c2d-ba8e-5c303577def8
2022-09-29T06:57:05.608Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff07eda3-6b37-4c2d-ba8e-5c303577def8 and ComponentName cds
2022-09-29T06:57:05.610Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-09-29T06:57:05.611Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:57:05.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.620Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434615973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434616129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.621Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.622Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434618176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.623Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434619249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.624Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434619309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.625Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434620313,
  "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-09-29T06:57:05.630Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff07eda3-6b37-4c2d-ba8e-5c303577def8
2022-09-29T06:57:05.631Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff07eda3-6b37-4c2d-ba8e-5c303577def8 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-09-29T06:57:05.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.638Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434620322,
  "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-09-29T06:57:05.642Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff07eda3-6b37-4c2d-ba8e-5c303577def8
2022-09-29T06:57:05.642Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff07eda3-6b37-4c2d-ba8e-5c303577def8 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-09-29T06:57:05.650Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.650Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434621316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434612449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.651Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.652Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.653Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.653Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.653Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.653Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.654Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.654Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434623578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:05.654Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:57:05.655Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.655Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.655Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.655Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.655Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.656Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.656Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.656Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "aai-ml",
  "timestamp": 1664434624583,
  "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-09-29T06:57:05.660Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff07eda3-6b37-4c2d-ba8e-5c303577def8
2022-09-29T06:57:05.660Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff07eda3-6b37-4c2d-ba8e-5c303577def8 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-09-29T06:57:05.669Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:57:05.670Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:05.670Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:57:05.710Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:57:05.712Z||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-09-29T06:57:05.712Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:05.731Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:05.732Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:06.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:06.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:06.618Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:06.619Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:57:06.714Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-29T06:57:06.716Z||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-09-29T06:57:06.716Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:06.740Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:06.741Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:07.619Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:07.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:07.622Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:07.622Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:57:07.736Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-09-29T06:57:07.738Z||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-09-29T06:57:07.738Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:07.760Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:07.760Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:08.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:08.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:08.626Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:08.626Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:08.727Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:08.728Z||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-09-29T06:57:08.728Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:08.782Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:08.783Z||pool-103-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:09.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:09.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:09.630Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:09.630Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-29T06:57:09.730Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:09.731Z||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-09-29T06:57:09.731Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:09.751Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:09.752Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:10.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:10.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:10.640Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:10.640Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-29T06:57:10.740Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:10.741Z||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-09-29T06:57:10.741Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:10.764Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:10.764Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:11.644Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:11.645Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:11.657Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:11.661Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:57:11.768Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:57:11.768Z||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-09-29T06:57:11.768Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:11.794Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:11.795Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:12.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:12.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:12.673Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:12.673Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:12.773Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:12.774Z||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-09-29T06:57:12.775Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:12.813Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:12.817Z||pool-107-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:13.674Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:13.674Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:13.678Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:13.678Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:57:13.778Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:13.779Z||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-09-29T06:57:13.779Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:13.838Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:13.842Z||pool-108-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:14.679Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:57:14.684Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:14.687Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:14.687Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:57:14.787Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:14.788Z||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-09-29T06:57:14.788Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:14.825Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:14.825Z||pool-109-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:15.688Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4b89a4e9-e915-4d66-b6bb-a4d3088f42d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "638f1276-b97e-44cd-af1b-f074cfae9a07",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "cdbc1bd0-1125-4714-9a39-ad488073add9",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9b92a28-e51e-469d-9c3b-88d9877223bc",
      "resourceInvariantUUID": "078d04e2-68d8-4242-8f70-8c95476433a3",
      "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": "OGY0NTNjMzAyYmRlMTA2MzliNjk4YThiODcwMjhjYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac145a6b-a131-473e-9389-b421f9027502",
          "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": "02c45069-ba3b-47df-9aba-13c2f0bdd8f2",
          "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": "60f59b33-1778-4e80-98bc-42baec78b458",
            "generatedFromUUID": "02c45069-ba3b-47df-9aba-13c2f0bdd8f2"
          },
          "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": "b233e9a2-97cc-45a7-bb53-223abd4632f7",
          "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": "60f59b33-1778-4e80-98bc-42baec78b458",
          "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": "97b72cea-0e6f-485e-b0f2-706fb79788db",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTU5NDY1YTMyMWRlMmE3ODMzNmVhZGQ5ZTU2Y2Q1MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd32187b-47b3-4482-90eb-fc292c266160"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:57:15.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:57:15.689Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b89a4e9-e915-4d66-b6bb-a4d3088f42d9 ASDC
2022-09-29T06:57:15.690Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ff07eda3-6b37-4c2d-ba8e-5c303577def8
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:4b89a4e9-e915-4d66-b6bb-a4d3088f42d9
ServiceInvariantUUID:638f1276-b97e-44cd-af1b-f074cfae9a07
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:dd32187b-47b3-4482-90eb-fc292c266160
ArtifactChecksum:YTU5NDY1YTMyMWRlMmE3ODMzNmVhZGQ5ZTU2Y2Q1MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:cdbc1bd0-1125-4714-9a39-ad488073add9
ResourceInvariantUUID:078d04e2-68d8-4242-8f70-8c95476433a3
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b9b92a28-e51e-469d-9c3b-88d9877223bc
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:ac145a6b-a131-473e-9389-b421f9027502
ArtifactChecksum:OGY0NTNjMzAyYmRlMTA2MzliNjk4YThiODcwMjhjYzE=
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:02c45069-ba3b-47df-9aba-13c2f0bdd8f2
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:60f59b33-1778-4e80-98bc-42baec78b458
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:b233e9a2-97cc-45a7-bb53-223abd4632f7
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:60f59b33-1778-4e80-98bc-42baec78b458
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:97b72cea-0e6f-485e-b0f2-706fb79788db
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:57:15.690Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b89a4e9-e915-4d66-b6bb-a4d3088f42d9 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-09-29T06:57:15.752Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:57:15.754Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:57:15.755Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:57:15.755Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd32187b-47b3-4482-90eb-fc292c266160 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:15.755Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:15.756Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:15.848Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:15.855Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar dd32187b-47b3-4482-90eb-fc292c266160 162931
2022-09-29T06:57:15.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-29T06:57:15.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:15.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:15.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:15.858Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:15.858Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434635856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:15.958Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:15.959Z||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-09-29T06:57:15.959Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:15.979Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:15.980Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:16.859Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:57:16.860Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:57:16.860Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dd32187b-47b3-4482-90eb-fc292c266160, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:16.860Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-29T06:57:16.861Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:16.862Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:17.100Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12886779726501346833/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-29T06:57:18.318Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:57:18.319Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T06:57:18.319Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:18.319Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-29T06:57:18.319Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:18.320Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.320Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.320Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.321Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T06:57:18.321Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.322Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.322Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.323Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T06:57:18.323Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:57:18.324Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.324Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.324Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.325Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T06:57:18.325Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:57:18.325Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.325Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.326Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.326Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-29T06:57:18.327Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-29T06:57:18.327Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-29T06:57:18.327Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:57:18.328Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.328Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:57:18.328Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.329Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.329Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:18.329Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.330Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.330Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:18.330Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.331Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.331Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:18.331Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.332Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:18.332Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:18.332Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.333Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-29T06:57:18.333Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-29T06:57:18.333Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2c6cedaf-4a11-4689-96da-7feb3aa88b49
2022-09-29T06:57:18.334Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.334Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.334Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.335Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.335Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.335Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.336Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:18.336Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:18.336Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:4b89a4e9-e915-4d66-b6bb-a4d3088f42d9
Model Version:NULL
Model InvariantUuid:638f1276-b97e-44cd-af1b-f074cfae9a07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:da574f0f-d9f2-48c8-ad30-884bb8b4c3b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:078d04e2-68d8-4242-8f70-8c95476433a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cdbc1bd0-1125-4714-9a39-ad488073add9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fed061b-1758-4e01-bfcf-d2365c4dd30d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0bef6144-7f0b-4fc7-aa18-8e4508884fbd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6b47805a-0684-4338-a096-69639ad3c375
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:85d78f3d-5ecf-4845-b5c6-db4725db6358
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c6cedaf-4a11-4689-96da-7feb3aa88b49
ModelInvariantUuid:651570bf-4f0b-4182-8707-856dab6a2eee
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:11b5976a-89b3-413d-b817-c62a0153eae5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:efed806d-244c-4262-af2d-8f259c5eeeab
ModelInvariantUuid:ed4337d3-3183-4bcc-9fe1-6b5e9dbc4c73
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:727d778c-566c-4362-b221-a2ea02fc8a2d
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-09-29T06:57:18.345Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b9b92a28-e51e-469d-9c3b-88d9877223bc
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-09-29T06:57:18.350Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-09-29T06:57:18.350Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9b92a28-e51e-469d-9c3b-88d9877223bc
2022-09-29T06:57:18.351Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac145a6b-a131-473e-9389-b421f9027502 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-29T06:57:18.351Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:18.351Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.434Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:18.435Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ac145a6b-a131-473e-9389-b421f9027502 1565
2022-09-29T06:57:18.435Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.436Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:18.436Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:18.437Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:18.438Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:18.439Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434638435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:18.539Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:18.540Z||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-09-29T06:57:18.540Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:18.557Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:18.558Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:19.439Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6b47805a-0684-4338-a096-69639ad3c375",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85d78f3d-5ecf-4845-b5c6-db4725db6358",
    "vfModuleModelCustomizationUUID": "bc20d764-8345-4535-81da-b79d0ae3140c",
    "isBase": true,
    "artifacts": [
      "02c45069-ba3b-47df-9aba-13c2f0bdd8f2",
      "60f59b33-1778-4e80-98bc-42baec78b458"
    ],
    "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": "8fed061b-1758-4e01-bfcf-d2365c4dd30d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0bef6144-7f0b-4fc7-aa18-8e4508884fbd",
    "vfModuleModelCustomizationUUID": "922599cf-4a47-4fa5-a622-ab5605b3970e",
    "isBase": false,
    "artifacts": [
      "97b72cea-0e6f-485e-b0f2-706fb79788db"
    ],
    "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-09-29T06:57:19.446Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85d78f3d-5ecf-4845-b5c6-db4725db6358
VfModuleModelInvariantUUID:6b47805a-0684-4338-a096-69639ad3c375
VfModuleModelDescription:NULL
Artifacts UUID List:{
02c45069-ba3b-47df-9aba-13c2f0bdd8f2
,
60f59b33-1778-4e80-98bc-42baec78b458

}
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:0bef6144-7f0b-4fc7-aa18-8e4508884fbd
VfModuleModelInvariantUUID:8fed061b-1758-4e01-bfcf-d2365c4dd30d
VfModuleModelDescription:NULL
Artifacts UUID List:{
97b72cea-0e6f-485e-b0f2-706fb79788db

}
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-09-29T06:57:19.448Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6b47805a-0684-4338-a096-69639ad3c375",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85d78f3d-5ecf-4845-b5c6-db4725db6358",
    "vfModuleModelCustomizationUUID": "bc20d764-8345-4535-81da-b79d0ae3140c",
    "isBase": true,
    "artifacts": [
      "02c45069-ba3b-47df-9aba-13c2f0bdd8f2",
      "60f59b33-1778-4e80-98bc-42baec78b458"
    ],
    "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": "8fed061b-1758-4e01-bfcf-d2365c4dd30d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0bef6144-7f0b-4fc7-aa18-8e4508884fbd",
    "vfModuleModelCustomizationUUID": "922599cf-4a47-4fa5-a622-ab5605b3970e",
    "isBase": false,
    "artifacts": [
      "97b72cea-0e6f-485e-b0f2-706fb79788db"
    ],
    "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-09-29T06:57:19.448Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85d78f3d-5ecf-4845-b5c6-db4725db6358
VfModuleModelInvariantUUID:6b47805a-0684-4338-a096-69639ad3c375
VfModuleModelDescription:NULL
Artifacts UUID List:{
02c45069-ba3b-47df-9aba-13c2f0bdd8f2
,
60f59b33-1778-4e80-98bc-42baec78b458

}
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:0bef6144-7f0b-4fc7-aa18-8e4508884fbd
VfModuleModelInvariantUUID:8fed061b-1758-4e01-bfcf-d2365c4dd30d
VfModuleModelDescription:NULL
Artifacts UUID List:{
97b72cea-0e6f-485e-b0f2-706fb79788db

}
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-09-29T06:57:19.448Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02c45069-ba3b-47df-9aba-13c2f0bdd8f2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-29T06:57:19.448Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:19.449Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:19.515Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:19.516Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 02c45069-ba3b-47df-9aba-13c2f0bdd8f2 914
2022-09-29T06:57:19.516Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:19.516Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:19.517Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:19.517Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:19.519Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:19.519Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434639516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:19.619Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:19.620Z||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-09-29T06:57:19.620Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:19.647Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:19.648Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:20.520Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b233e9a2-97cc-45a7-bb53-223abd4632f7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-29T06:57:20.522Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:20.522Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b233e9a2-97cc-45a7-bb53-223abd4632f7 12
2022-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:20.563Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:20.565Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:20.565Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434640563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:20.665Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:20.666Z||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-09-29T06:57:20.667Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:20.693Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:20.693Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:21.566Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 60f59b33-1778-4e80-98bc-42baec78b458 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-29T06:57:21.566Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:21.566Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:21.660Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:21.661Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 60f59b33-1778-4e80-98bc-42baec78b458 96
2022-09-29T06:57:21.661Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:21.661Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:21.661Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:21.661Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:21.688Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:21.689Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434641661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:21.763Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-09-29T06:57:21.764Z||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-09-29T06:57:21.764Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:21.792Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:21.792Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:22.693Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97b72cea-0e6f-485e-b0f2-706fb79788db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-29T06:57:22.693Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:57:22.694Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:22.750Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:57:22.751Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 97b72cea-0e6f-485e-b0f2-706fb79788db 20206
2022-09-29T06:57:22.751Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:22.751Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:22.751Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:57:22.751Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:22.753Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:22.753Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434642751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:57:22.853Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:22.854Z||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-09-29T06:57:22.854Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:22.887Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:22.887Z||pool-115-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:23.758Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4b89a4e9-e915-4d66-b6bb-a4d3088f42d9
2022-09-29T06:57:23.759Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b9b92a28-e51e-469d-9c3b-88d9877223bc 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-09-29T06:57:23.770Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72f5a8a6, org.onap.sdc.toscaparser.api.parameters.Input@4b0f0878, org.onap.sdc.toscaparser.api.parameters.Input@678f0d16, org.onap.sdc.toscaparser.api.parameters.Input@204bf9af, org.onap.sdc.toscaparser.api.parameters.Input@7f24c598]
2022-09-29T06:57:23.773Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.773Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.773Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:57:23.774Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= cdbc1bd0-1125-4714-9a39-ad488073add9
2022-09-29T06:57:23.774Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cdbc1bd0-1125-4714-9a39-ad488073add9 matches Tosca VF Customization UUID: cdbc1bd0-1125-4714-9a39-ad488073add9
2022-09-29T06:57:23.774Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: cdbc1bd0-1125-4714-9a39-ad488073add9  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-09-29T06:57:23.779Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.779Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.782Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id cdbc1bd0-1125-4714-9a39-ad488073add9: {\"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-09-29T06:57:23.782Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c5a10b6
2022-09-29T06:57:23.782Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.782Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:57:23.783Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 922599cf-4a47-4fa5-a622-ab5605b3970e
2022-09-29T06:57:23.783Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 922599cf-4a47-4fa5-a622-ab5605b3970e
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-09-29T06:57:23.786Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.786Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:23.787Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:23.787Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.787Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:23.788Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:57:23.788Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.788Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-29T06:57:23.788Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cdbc1bd0-1125-4714-9a39-ad488073add9
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-09-29T06:57:23.791Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.791Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.791Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4b89a4e9-e915-4d66-b6bb-a4d3088f42d9: basic_cnf_macro
2022-09-29T06:57:23.792Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.792Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.792Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.792Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.793Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.793Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.793Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.793Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.794Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:57:23.794Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:57:23.794Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:23.841Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b9b92a28-e51e-469d-9c3b-88d9877223bc 2 ASDC deployResourceStructure
2022-09-29T06:57:23.842Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:23.842Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:23.842Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:57:23.842Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:23.844Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:23.844Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434643842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:23.945Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:23.945Z||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-09-29T06:57:23.946Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:24.006Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:24.007Z||pool-116-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:24.846Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:24.846Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:24.846Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:57:24.846Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:24.848Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:24.848Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434644846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:24.948Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:24.949Z||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-09-29T06:57:24.949Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:24.970Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:24.971Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:25.849Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:25.849Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:25.850Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-29T06:57:25.850Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:25.853Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:25.853Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434645849,
  "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-09-29T06:57:25.953Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:25.954Z||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-09-29T06:57:25.954Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:25.990Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:25.990Z||pool-118-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:26.853Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:26.854Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:26.854Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:57:26.855Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:26.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:26.856Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434646853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:26.956Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:26.957Z||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-09-29T06:57:26.957Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:27.008Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:27.009Z||pool-119-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:27.857Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:27.857Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||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-09-29T06:57:27.857Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-29T06:57:27.857Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:27.859Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:27.859Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434647857,
  "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-09-29T06:57:27.959Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:27.960Z||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-09-29T06:57:27.960Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:27.993Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:27.994Z||pool-120-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:57:28.861Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-29T06:57:28.861Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-29T06:57:28.862Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:57:28.862Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:57:28.865Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:57:28.865Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434648861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:57:28.965Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:57:28.966Z||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-09-29T06:57:28.966Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:57:29.000Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:57:29.001Z||pool-121-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:57:29.871Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff07eda3-6b37-4c2d-ba8e-5c303577def8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:57:29.889Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff07eda3-6b37-4c2d-ba8e-5c303577def8
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-09-29T06:57:29.892Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:57:29.893Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:57:29.893Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:57:29.893Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:57:29.894Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:57:29.894Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:57:29.895Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:57:29.895Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:57:29.896Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:57:29.896Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:57:29.901Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:57:59.902Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff07eda3-6b37-4c2d-ba8e-5c303577def8 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-09-29T06:57:59.925Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff07eda3-6b37-4c2d-ba8e-5c303577def8 and serviceModelVersionId: 4b89a4e9-e915-4d66-b6bb-a4d3088f42d9
2022-09-29T06:57:59.925Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 638f1276-b97e-44cd-af1b-f074cfae9a07
2022-09-29T06:57:59.927Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?depth=0
2022-09-29T06:57:59.932Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:57:59.978Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?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-09-29T06:57:59.979Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?depth=0|INFO|500||Invoke
2022-09-29T06:57:59.997Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:58:00.218Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?depth=0|INFO|500||InvokeReturn
2022-09-29T06:58:00.221Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/638f1276-b97e-44cd-af1b-f074cfae9a07/model-vers/model-ver/4b89a4e9-e915-4d66-b6bb-a4d3088f42d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:58:00:902-4726], vertex-id=[225288], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:58:00 GMT], Content-Type=[application/json]}
2022-09-29T06:58:00.221Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:58:00.222Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:58:00.222Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:58:00.226Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:58:00.227Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff07eda3-6b37-4c2d-ba8e-5c303577def8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:58:00.227Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:58:00.228Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:00.230Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:00.230Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434680227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:58:00.330Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:00.331Z||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-09-29T06:58:00.331Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:00.383Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:00.384Z||pool-122-thread-1|||||INFO|500||cambria reply ok (54 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-09-29T06:58:01.243Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:58:01.243Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"10b2c3ae-48a2-4abf-a4c0-b4934aa254a0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1ed78382-a373-45d8-94e8-d742e6dd504c","serviceDescription":"service","serviceInvariantUUID":"08d9a2a5-4caf-40e4-90e2-c41d4ba267d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be73fa53-7323-428b-b79d-8eed4ecd9821","resourceInvariantUUID":"001c21bc-88c0-4b09-a5e2-91ac8d6a4d13","resourceCustomizationUUID":"de02e066-1401-4f8c-ad72-f3d59db2a774","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":"YzJhNGRhNzc5ZDkzNTVjM2JlZjg0ZWYyZTk0ZDFiZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a1cad80-282e-4668-aeae-81cba47661cf","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":"ODZiNGNlNTI5Y2VjMmM1YmZkNTlmZmQwMTdjNGU3MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d169790-4341-487e-871d-dcc7631ef69f","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":"c60614c3-bd01-488e-a633-0187c56388af","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":"c78c9aab-efdf-4b68-9065-117e240cf402","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":"dc504bf9-460a-4b43-96c6-1531e46586fa","artifactVersion":"2","generatedFromUUID":"c60614c3-bd01-488e-a633-0187c56388af"},{"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":"NDljZTdjODg2ZmEwOWM0NmQ5OTEyN2RhM2U5MjA1MTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b3f920b3-8206-4023-9d38-67ff403b8d21","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":"YzRmNDE3NDUyYzBhNGMxMjcyOTY2OTExZWViNjBlZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8323d1a7-8b1e-4211-97d1-669f39dde220","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWE4NDcyZTNlZWY5MmY4ZDkxYWE3ODFlNzQ5ZmI1MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d32c36-43c1-43e0-be36-c4c3f9993978","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:58:01.244Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:01.244Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:01.246Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:01.246Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:58:01.346Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:01.347Z||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-09-29T06:58:01.347Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:01.423Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:01.424Z||pool-123-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:02.246Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:02.247Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:02.249Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:02.250Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:58:02.350Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:02.350Z||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-09-29T06:58:02.351Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:02.439Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:02.439Z||pool-124-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:03.250Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:03.251Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:03.253Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:03.254Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:58:03.354Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:03.355Z||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-09-29T06:58:03.355Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:03.386Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:03.386Z||pool-125-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:04.255Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:04.255Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:04.257Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:04.257Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:58:04.358Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:04.358Z||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-09-29T06:58:04.359Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:04.419Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:04.419Z||pool-126-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:58:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:58:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:58:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:58:05.096Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:05.097Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:58:05.097Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:58:05.098Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:58:05.258Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:05.259Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:05.280Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:05.281Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T06:58:05.361Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-09-29T06:58:05.362Z||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-09-29T06:58:05.362Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:05.393Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:05.394Z||pool-127-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:06.281Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:06.282Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:06.284Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:06.284Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:58:06.384Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:06.385Z||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-09-29T06:58:06.385Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:06.440Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:06.441Z||pool-128-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:07.285Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:07.286Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:07.287Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:07.288Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:58:07.388Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:07.388Z||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-09-29T06:58:07.389Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:07.418Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:07.418Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:58:08.289Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:58:08.290Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:08.292Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:08.292Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:58:08.392Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:08.393Z||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-09-29T06:58:08.393Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:08.440Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:08.441Z||pool-130-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:09.294Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1ed78382-a373-45d8-94e8-d742e6dd504c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08d9a2a5-4caf-40e4-90e2-c41d4ba267d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "de02e066-1401-4f8c-ad72-f3d59db2a774",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be73fa53-7323-428b-b79d-8eed4ecd9821",
      "resourceInvariantUUID": "001c21bc-88c0-4b09-a5e2-91ac8d6a4d13",
      "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": "ODZiNGNlNTI5Y2VjMmM1YmZkNTlmZmQwMTdjNGU3MWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d169790-4341-487e-871d-dcc7631ef69f",
          "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": "c60614c3-bd01-488e-a633-0187c56388af",
          "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": "dc504bf9-460a-4b43-96c6-1531e46586fa",
            "generatedFromUUID": "c60614c3-bd01-488e-a633-0187c56388af"
          },
          "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": "dc504bf9-460a-4b43-96c6-1531e46586fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OWE4NDcyZTNlZWY5MmY4ZDkxYWE3ODFlNzQ5ZmI1MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13d32c36-43c1-43e0-be36-c4c3f9993978"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T06:58:09.295Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:58:09.295Z|ff07eda3-6b37-4c2d-ba8e-5c303577def8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ed78382-a373-45d8-94e8-d742e6dd504c ASDC
2022-09-29T06:58:09.296Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1ed78382-a373-45d8-94e8-d742e6dd504c
ServiceInvariantUUID:08d9a2a5-4caf-40e4-90e2-c41d4ba267d7
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:13d32c36-43c1-43e0-be36-c4c3f9993978
ArtifactChecksum:OWE4NDcyZTNlZWY5MmY4ZDkxYWE3ODFlNzQ5ZmI1MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:de02e066-1401-4f8c-ad72-f3d59db2a774
ResourceInvariantUUID:001c21bc-88c0-4b09-a5e2-91ac8d6a4d13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:be73fa53-7323-428b-b79d-8eed4ecd9821
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:2d169790-4341-487e-871d-dcc7631ef69f
ArtifactChecksum:ODZiNGNlNTI5Y2VjMmM1YmZkNTlmZmQwMTdjNGU3MWU=
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:c60614c3-bd01-488e-a633-0187c56388af
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:dc504bf9-460a-4b43-96c6-1531e46586fa
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:dc504bf9-460a-4b43-96c6-1531e46586fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-29T06:58:09.296Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ed78382-a373-45d8-94e8-d742e6dd504c 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-09-29T06:58:09.332Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:58:09.333Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:58:09.334Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:58:09.335Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13d32c36-43c1-43e0-be36-c4c3f9993978 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-29T06:58:09.335Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:58:09.336Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-29T06:58:09.407Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:58:09.411Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 13d32c36-43c1-43e0-be36-c4c3f9993978 82528
2022-09-29T06:58:09.411Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-29T06:58:09.411Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-29T06:58:09.412Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:58:09.412Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:09.414Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:09.414Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434689411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:58:09.514Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:09.515Z||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-09-29T06:58:09.515Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:09.541Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:09.541Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:10.415Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:58:10.416Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T06:58:10.416Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 13d32c36-43c1-43e0-be36-c4c3f9993978, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:10.417Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-29T06:58:10.418Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:10.418Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:10.527Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18302547391576675197/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-09-29T06:58:11.717Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:58:11.717Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T06:58:11.717Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.718Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T06:58:11.719Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.720Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:58:11.721Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:11.722Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:58:11.723Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=85ea6259-90e1-4236-8836-d87c471ffbde
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.724Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.725Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:11.725Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:11.725Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1ed78382-a373-45d8-94e8-d742e6dd504c
Model Version:NULL
Model InvariantUuid:08d9a2a5-4caf-40e4-90e2-c41d4ba267d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:62a8eedb-b5d0-4920-ba5c-31d2a56be05b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:001c21bc-88c0-4b09-a5e2-91ac8d6a4d13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de02e066-1401-4f8c-ad72-f3d59db2a774
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:244a689a-bf20-466a-904b-77744f59d7f4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:82b6bb3f-1486-47a9-9e50-840df77125f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:85ea6259-90e1-4236-8836-d87c471ffbde
ModelInvariantUuid:585fb184-c446-451e-8a46-59ff531e6393
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8a54ba32-847b-4540-b946-a5b3515f9b3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6e4c12ae-7759-4cdd-b630-194db38ff7b3
ModelInvariantUuid:a5770302-809c-4221-825e-9f0832c093ef
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:911400a5-091e-46df-83ce-9b3e1e08fcc2
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-09-29T06:58:11.737Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: be73fa53-7323-428b-b79d-8eed4ecd9821
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-09-29T06:58:11.740Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-09-29T06:58:11.740Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be73fa53-7323-428b-b79d-8eed4ecd9821
2022-09-29T06:58:11.740Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2d169790-4341-487e-871d-dcc7631ef69f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-29T06:58:11.740Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:58:11.740Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:11.848Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:58:11.848Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2d169790-4341-487e-871d-dcc7631ef69f 792
2022-09-29T06:58:11.848Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:11.848Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:11.848Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:58:11.849Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:11.850Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:11.850Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434691848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:58:11.952Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:58:11.953Z||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-09-29T06:58:11.953Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:11.990Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:11.990Z||pool-132-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:12.851Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "244a689a-bf20-466a-904b-77744f59d7f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82b6bb3f-1486-47a9-9e50-840df77125f4",
    "vfModuleModelCustomizationUUID": "b1b2047d-863b-4932-b2cb-b0377e7883b3",
    "isBase": true,
    "artifacts": [
      "c60614c3-bd01-488e-a633-0187c56388af",
      "dc504bf9-460a-4b43-96c6-1531e46586fa"
    ],
    "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-09-29T06:58:12.854Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82b6bb3f-1486-47a9-9e50-840df77125f4
VfModuleModelInvariantUUID:244a689a-bf20-466a-904b-77744f59d7f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c60614c3-bd01-488e-a633-0187c56388af
,
dc504bf9-460a-4b43-96c6-1531e46586fa

}
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-09-29T06:58:12.856Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "244a689a-bf20-466a-904b-77744f59d7f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82b6bb3f-1486-47a9-9e50-840df77125f4",
    "vfModuleModelCustomizationUUID": "b1b2047d-863b-4932-b2cb-b0377e7883b3",
    "isBase": true,
    "artifacts": [
      "c60614c3-bd01-488e-a633-0187c56388af",
      "dc504bf9-460a-4b43-96c6-1531e46586fa"
    ],
    "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-09-29T06:58:12.856Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82b6bb3f-1486-47a9-9e50-840df77125f4
VfModuleModelInvariantUUID:244a689a-bf20-466a-904b-77744f59d7f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c60614c3-bd01-488e-a633-0187c56388af
,
dc504bf9-460a-4b43-96c6-1531e46586fa

}
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-09-29T06:58:12.856Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c60614c3-bd01-488e-a633-0187c56388af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-29T06:58:12.856Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:58:12.856Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:12.906Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:58:12.907Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c60614c3-bd01-488e-a633-0187c56388af 5033
2022-09-29T06:58:12.907Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:12.907Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:12.907Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:58:12.907Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:12.909Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:12.909Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434692907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:58:13.009Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:13.010Z||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-09-29T06:58:13.011Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:13.028Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:13.029Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:13.910Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc504bf9-460a-4b43-96c6-1531e46586fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-29T06:58:13.910Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T06:58:13.911Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:13.965Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T06:58:13.966Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dc504bf9-460a-4b43-96c6-1531e46586fa 903
2022-09-29T06:58:13.967Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:13.967Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:13.967Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:58:13.967Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:13.970Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:13.970Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434693967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:58:14.070Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:14.071Z||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-09-29T06:58:14.071Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:14.118Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:14.118Z||pool-134-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:14.971Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1ed78382-a373-45d8-94e8-d742e6dd504c
2022-09-29T06:58:14.971Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 be73fa53-7323-428b-b79d-8eed4ecd9821 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-09-29T06:58:14.989Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d4ab716, org.onap.sdc.toscaparser.api.parameters.Input@2e34ccb4, org.onap.sdc.toscaparser.api.parameters.Input@19f1f55, org.onap.sdc.toscaparser.api.parameters.Input@2758a33e, org.onap.sdc.toscaparser.api.parameters.Input@3f3252c4]
2022-09-29T06:58:14.991Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.991Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:14.992Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-09-29T06:58:14.992Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= de02e066-1401-4f8c-ad72-f3d59db2a774
2022-09-29T06:58:14.992Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de02e066-1401-4f8c-ad72-f3d59db2a774 matches Tosca VF Customization UUID: de02e066-1401-4f8c-ad72-f3d59db2a774
2022-09-29T06:58:14.992Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: de02e066-1401-4f8c-ad72-f3d59db2a774  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-09-29T06:58:14.994Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.994Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:14.994Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id de02e066-1401-4f8c-ad72-f3d59db2a774: {\"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-09-29T06:58:14.995Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cd4a746
2022-09-29T06:58:14.995Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.995Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:58:14.995Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b1b2047d-863b-4932-b2cb-b0377e7883b3
2022-09-29T06:58:14.995Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b1b2047d-863b-4932-b2cb-b0377e7883b3
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-09-29T06:58:14.997Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.997Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:14.997Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:14.997Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:58:14.998Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=85ea6259-90e1-4236-8836-d87c471ffbde
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-09-29T06:58:15.002Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.002Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:15.002Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:58:15.002Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.002Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-29T06:58:15.003Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=de02e066-1401-4f8c-ad72-f3d59db2a774
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-09-29T06:58:15.004Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.004Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.004Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1ed78382-a373-45d8-94e8-d742e6dd504c: basic_vm_macro
2022-09-29T06:58:15.004Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.005Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.006Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T06:58:15.006Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:58:15.006Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:15.092Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro be73fa53-7323-428b-b79d-8eed4ecd9821 1 ASDC deployResourceStructure
2022-09-29T06:58:15.092Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:15.092Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:15.093Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:58:15.093Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:15.100Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:15.101Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434695092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:58:15.195Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-29T06:58:15.195Z||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-09-29T06:58:15.196Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:15.210Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:15.210Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:16.103Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:16.104Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:16.104Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:58:16.104Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:16.105Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:16.106Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434696103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:58:16.206Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:16.207Z||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-09-29T06:58:16.207Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:16.236Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:16.236Z||pool-136-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:17.106Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:17.106Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||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-09-29T06:58:17.107Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:58:17.107Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:17.109Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:17.109Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434697106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:58:17.209Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:17.210Z||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-09-29T06:58:17.210Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:17.227Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:17.227Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:18.110Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-29T06:58:18.110Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-29T06:58:18.110Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:58:18.111Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:58:18.113Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:58:18.113Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434698110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:58:18.213Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:58:18.214Z||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-09-29T06:58:18.214Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:58:18.233Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:58:18.234Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:58:19.114Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:58:19.126Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
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-09-29T06:58:19.128Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:58:19.128Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:58:19.129Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:58:49.129Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:58:49.147Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
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-09-29T06:58:49.148Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:58:49.148Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:58:49.149Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:59:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:59:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T06:59:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:59:04.950Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:04.975Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.975Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434616458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434616428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434629711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434631306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "cds",
  "timestamp": 1664434631027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:59:04.993Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
2022-09-29T06:59:04.993Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 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-09-29T06:59:05.007Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.008Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434625096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.009Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.010Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434633853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.011Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.012Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434634922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.013Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434635856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434635991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.014Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434636570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.015Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.016Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.016Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.016Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.016Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434637015,
  "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-09-29T06:59:05.021Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
2022-09-29T06:59:05.021Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 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-09-29T06:59:05.031Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.031Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.032Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.032Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.032Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "clamp",
  "timestamp": 1664434637574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:59:05.036Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff07eda3-6b37-4c2d-ba8e-5c303577def8
2022-09-29T06:59:05.036Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff07eda3-6b37-4c2d-ba8e-5c303577def8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:59:05.045Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.045Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.045Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.045Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434638018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.046Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.047Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434638435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.048Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434632447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434639516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.049Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434632489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434640563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.050Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434641312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.051Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434641661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.052Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.052Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.052Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.052Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.052Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434642751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434635198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434643842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.053Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434643986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434644846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434645849,
  "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-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.054Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434646670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434646853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.055Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434647674,
  "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-09-29T06:59:05.060Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
2022-09-29T06:59:05.061Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 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-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434647857,
  "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-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.069Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434648861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434650031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.070Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.071Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.071Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.071Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "aai-ml",
  "timestamp": 1664434651052,
  "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-09-29T06:59:05.079Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
2022-09-29T06:59:05.080Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 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-09-29T06:59:05.086Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434646457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434664309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.087Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.088Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434667589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.088Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.088Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.088Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "clamp",
  "timestamp": 1664434668594,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:59:05.092Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
2022-09-29T06:59:05.092Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.101Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.102Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.103Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.104Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.105Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.106Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.107Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.108Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.109Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434662490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.110Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664434665095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434665198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.111Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.112Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434678772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434678612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.113Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff07eda3-6b37-4c2d-ba8e-5c303577def8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434680227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434672447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.114Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434680673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.115Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434682393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434673048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.116Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.117Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.117Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664434681677,
  "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-09-29T06:59:05.131Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d99c962b-4f86-470d-b56b-6eccfaf847dd
2022-09-29T06:59:05.132Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d99c962b-4f86-470d-b56b-6eccfaf847dd 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-09-29T06:59:05.139Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.140Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.140Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.140Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.140Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434683426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T06:59:05.141Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.141Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.141Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.141Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.141Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.142Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434682838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T06:59:05.142Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:59:05.142Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.142Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.142Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.143Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.143Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.143Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.143Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.143Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664434684432,
  "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-09-29T06:59:05.147Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d99c962b-4f86-470d-b56b-6eccfaf847dd
2022-09-29T06:59:05.148Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d99c962b-4f86-470d-b56b-6eccfaf847dd 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-09-29T06:59:05.155Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.155Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "cds",
  "timestamp": 1664434684141,
  "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=?
2022-09-29T06:59:05.159Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d99c962b-4f86-470d-b56b-6eccfaf847dd
2022-09-29T06:59:05.160Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d99c962b-4f86-470d-b56b-6eccfaf847dd 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-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434676457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T06:59:05.167Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T06:59:19.149Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T06:59:19.161Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0
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-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T06:59:19.163Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:59:19.167Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:59:49.168Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 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-09-29T06:59:49.177Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 and serviceModelVersionId: 1ed78382-a373-45d8-94e8-d742e6dd504c
2022-09-29T06:59:49.177Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08d9a2a5-4caf-40e4-90e2-c41d4ba267d7
2022-09-29T06:59:49.179Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?depth=0
2022-09-29T06:59:49.184Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:59:49.227Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?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-09-29T06:59:49.229Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?depth=0|INFO|500||Invoke
2022-09-29T06:59:49.249Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T06:59:49.380Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?depth=0|INFO|500||InvokeReturn
2022-09-29T06:59:49.380Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d9a2a5-4caf-40e4-90e2-c41d4ba267d7/model-vers/model-ver/1ed78382-a373-45d8-94e8-d742e6dd504c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220929-06:59:50:152-5951], vertex-id=[270424], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:59:50 GMT], Content-Type=[application/json]}
2022-09-29T06:59:49.381Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:59:49.381Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:59:49.381Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:59:49.386Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:59:49.386Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10b2c3ae-48a2-4abf-a4c0-b4934aa254a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:59:49.387Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:59:49.387Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:49.389Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:49.389Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434789386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:59:49.489Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:59:49.490Z||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-09-29T06:59:49.491Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:49.524Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:49.525Z||pool-139-thread-1|||||INFO|500||cambria reply ok (35 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-09-29T06:59:50.410Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:59:50.411Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|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-09-29T06:59:50.411Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:59:55.038Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:55.039Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:59:55.039Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d99c962b-4f86-470d-b56b-6eccfaf847dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fe1a8057-bdce-4ce5-a73c-89f804fc32bf","serviceDescription":"service","serviceInvariantUUID":"8ca28798-f437-4643-971d-3653939d8934","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17b69962-f8a9-478e-8a4e-c59a6a344036","resourceInvariantUUID":"7f22cfe6-5d52-4410-915e-72a34d33aceb","resourceCustomizationUUID":"e4c00c2a-403c-4462-ac21-cd08d476f583","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":"YWNlNDVmOTIzZWE3YTI0YWEyZjNlZjQzMzljNGFmODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de4349e1-3d60-4b79-8ee8-47ae452c2159","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":"feada256-f721-44de-8ac4-8fef5a0f9f88","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":"f0939b2c-c759-433b-8b7a-b890967b801e","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":"ZjEwM2M5ODY3Y2UxZDY2M2NiZmFjOWM5MjA0MDgyNDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8fcf4767-3e92-4c17-b676-7141a1245074","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":"174c38ed-314f-4e7d-8ea1-5dadcd109785","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":"786f4d0a-5e19-4377-9095-c43da8e35995","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":"831746bb-dea8-41a9-b9f6-8bcb64b58b1b","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":"YTBhZjYxN2Q2YzY5YTUxMTNlZDBkZGZlODhhZGQ2NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0e88a46-c2eb-4589-be9f-25b50ecd1eef","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDNkOWZlYjcwNzU0YTNhZDVkMTZlZGYxNDkyNjkwZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a79b0d5d-ff81-442e-b1e5-8ca629cd0931","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:59:55.042Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:59:55.043Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:55.046Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:55.046Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:55.146Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:59:55.147Z||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-09-29T06:59:55.147Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:55.220Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:55.221Z||pool-140-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:59:56.047Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:59:56.048Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:56.049Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:56.049Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:56.150Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:59:56.151Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:59:56.152Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:56.172Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:56.173Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:59:57.054Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:59:57.055Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:57.057Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:57.057Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:57.157Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:59:57.158Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:59:57.159Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:57.179Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:57.179Z||pool-142-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:59:58.058Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:59:58.059Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:58.061Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:58.061Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:58.161Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:59:58.162Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:59:58.162Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:58.184Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:58.185Z||pool-143-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:59:59.062Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:59:59.063Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:59:59.065Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:59:59.065Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T06:59:59.166Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:59:59.166Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:59:59.167Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:59:59.187Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T06:59:59.188Z||pool-144-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-29T07:00:00.066Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T07:00:00.066Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:00.070Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:00.070Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:00:00.168Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-29T07:00:00.169Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:00.169Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:00.214Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:00.215Z||pool-145-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-29T07:00:01.070Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T07:00:01.071Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:01.073Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:01.073Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:00:01.173Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T07:00:01.174Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:01.174Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:01.212Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:01.213Z||pool-146-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-29T07:00:02.074Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T07:00:02.075Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:02.078Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:02.078Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:00:02.178Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T07:00:02.180Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:02.180Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:02.196Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:02.197Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T07:00:03.079Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T07:00:03.079Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:03.081Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:03.082Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T07:00:03.182Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T07:00:03.182Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:03.183Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:03.218Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:03.219Z||pool-148-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-29T07:00:04.083Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fe1a8057-bdce-4ce5-a73c-89f804fc32bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8ca28798-f437-4643-971d-3653939d8934",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e4c00c2a-403c-4462-ac21-cd08d476f583",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "17b69962-f8a9-478e-8a4e-c59a6a344036",
      "resourceInvariantUUID": "7f22cfe6-5d52-4410-915e-72a34d33aceb",
      "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": "NDNkOWZlYjcwNzU0YTNhZDVkMTZlZGYxNDkyNjkwZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a79b0d5d-ff81-442e-b1e5-8ca629cd0931"
    }
  ],
  "workloadContext": "Production"
}
2022-09-29T07:00:04.084Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T07:00:04.084Z|10b2c3ae-48a2-4abf-a4c0-b4934aa254a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe1a8057-bdce-4ce5-a73c-89f804fc32bf ASDC
2022-09-29T07:00:04.085Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d99c962b-4f86-470d-b56b-6eccfaf847dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fe1a8057-bdce-4ce5-a73c-89f804fc32bf
ServiceInvariantUUID:8ca28798-f437-4643-971d-3653939d8934
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:a79b0d5d-ff81-442e-b1e5-8ca629cd0931
ArtifactChecksum:NDNkOWZlYjcwNzU0YTNhZDVkMTZlZGYxNDkyNjkwZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e4c00c2a-403c-4462-ac21-cd08d476f583
ResourceInvariantUUID:7f22cfe6-5d52-4410-915e-72a34d33aceb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:17b69962-f8a9-478e-8a4e-c59a6a344036
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-29T07:00:04.085Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe1a8057-bdce-4ce5-a73c-89f804fc32bf 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-09-29T07:00:04.122Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T07:00:04.124Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T07:00:04.124Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T07:00:04.124Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a79b0d5d-ff81-442e-b1e5-8ca629cd0931 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-29T07:00:04.124Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-29T07:00:04.124Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-29T07:00:04.242Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-29T07:00:04.250Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a79b0d5d-ff81-442e-b1e5-8ca629cd0931 110779
2022-09-29T07:00:04.251Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-29T07:00:04.251Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-29T07:00:04.251Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T07:00:04.252Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:04.254Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:04.255Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434804251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:00:04.356Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T07:00:04.357Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:04.357Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:04.393Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:04.394Z||pool-149-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-29T07:00:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:00:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:00:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:00:04.947Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:04.948Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:00:04.948Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434684988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T07:00:04.949Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:00:05.255Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T07:00:05.256Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-29T07:00:05.257Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a79b0d5d-ff81-442e-b1e5-8ca629cd0931, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:05.257Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-29T07:00:05.257Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:05.258Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:05.440Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13795906030058999757/Definitions/service-TestPnfMacro-template.yml
2022-09-29T07:00:06.413Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T07:00:06.413Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T07:00:06.413Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.413Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||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-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.414Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T07:00:06.415Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.416Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.417Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fe1a8057-bdce-4ce5-a73c-89f804fc32bf
Model Version:NULL
Model InvariantUuid:8ca28798-f437-4643-971d-3653939d8934
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-09-29T07:00:06.672Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17b69962-f8a9-478e-8a4e-c59a6a344036
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-09-29T07:00:06.678Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-09-29T07:00:06.680Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17b69962-f8a9-478e-8a4e-c59a6a344036
2022-09-29T07:00:06.680Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fe1a8057-bdce-4ce5-a73c-89f804fc32bf
2022-09-29T07:00:06.680Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fe1a8057-bdce-4ce5-a73c-89f804fc32bf
2022-09-29T07:00:06.680Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 17b69962-f8a9-478e-8a4e-c59a6a344036 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-09-29T07:00:06.685Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d95b45f, org.onap.sdc.toscaparser.api.parameters.Input@54d9a3de, org.onap.sdc.toscaparser.api.parameters.Input@647c6f29, org.onap.sdc.toscaparser.api.parameters.Input@649e82a, org.onap.sdc.toscaparser.api.parameters.Input@669e83f0]
2022-09-29T07:00:06.685Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.685Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.686Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fe1a8057-bdce-4ce5-a73c-89f804fc32bf: test-pnf
2022-09-29T07:00:06.686Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Processing PNF resource: 17b69962-f8a9-478e-8a4e-c59a6a344036
2022-09-29T07:00:06.686Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-29T07:00:06.686Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T07:00:06.686Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Resource customization UUID: e4c00c2a-403c-4462-ac21-cd08d476f583 is the same as notified resource customizationUUID: e4c00c2a-403c-4462-ac21-cd08d476f583
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-09-29T07:00:06.727Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 17b69962-f8a9-478e-8a4e-c59a6a344036 0 ASDC deployResourceStructure
2022-09-29T07:00:06.727Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-29T07:00:06.727Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-29T07:00:06.727Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T07:00:06.728Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:00:06.730Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:00:06.730Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434806727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T07:00:06.830Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T07:00:06.831Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:00:06.832Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:00:06.857Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:00:06.857Z||pool-150-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-29T07:00:07.731Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T07:00:07.756Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
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-09-29T07:00:07.758Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T07:00:07.758Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T07:00:07.759Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T07:00:37.760Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T07:00:37.797Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
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-09-29T07:00:37.805Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T07:00:37.805Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T07:00:37.805Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T07:01:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:01:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:01:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:01:04.956Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:01:04.956Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-29T07:01:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:01:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "aai-ml",
  "timestamp": 1664434685992,
  "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-09-29T07:01:04.967Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d99c962b-4f86-470d-b56b-6eccfaf847dd
2022-09-29T07:01:04.967Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d99c962b-4f86-470d-b56b-6eccfaf847dd 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-09-29T07:01:04.976Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.976Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:01:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:01:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:01:04.977Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:01:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434624905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T07:01:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:01:04.978Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434689411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:01:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.979Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434691848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:01:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434693315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:01:04.980Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434692907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:01:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.981Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434693967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:01:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.982Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434695323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T07:01:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434695092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-29T07:01:04.983Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.984Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "clamp",
  "timestamp": 1664434696327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T07:01:04.988Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d99c962b-4f86-470d-b56b-6eccfaf847dd
2022-09-29T07:01:04.988Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d99c962b-4f86-470d-b56b-6eccfaf847dd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434696103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434697106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-29T07:01:04.997Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:04.998Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:01:04.998Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434698110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T07:01:04.998Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:01:07.806Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-29T07:01:07.819Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd
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-09-29T07:01:07.822Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T07:01:07.822Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T07:01:07.822Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T07:01:07.823Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T07:01:07.823Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.824Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.824Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.824Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.824Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.825Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-29T07:01:07.825Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T07:01:07.829Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T07:01:37.836Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d99c962b-4f86-470d-b56b-6eccfaf847dd 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-09-29T07:01:37.853Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d99c962b-4f86-470d-b56b-6eccfaf847dd and serviceModelVersionId: fe1a8057-bdce-4ce5-a73c-89f804fc32bf
2022-09-29T07:01:37.853Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ca28798-f437-4643-971d-3653939d8934
2022-09-29T07:01:37.854Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?depth=0
2022-09-29T07:01:37.859Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T07:01:37.900Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?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-09-29T07:01:37.902Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?depth=0|INFO|500||Invoke
2022-09-29T07:01:37.924Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-29T07:01:38.056Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?depth=0|INFO|500||InvokeReturn
2022-09-29T07:01:38.057Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ca28798-f437-4643-971d-3653939d8934/model-vers/model-ver/fe1a8057-bdce-4ce5-a73c-89f804fc32bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220929-07:01:38:830-26780], vertex-id=[254112], Content-Length=[0], Date=[Thu, 29 Sep 2022 07:01:38 GMT], Content-Type=[application/json]}
2022-09-29T07:01:38.058Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T07:01:38.058Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T07:01:38.058Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T07:01:38.062Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T07:01:38.063Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d99c962b-4f86-470d-b56b-6eccfaf847dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T07:01:38.063Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T07:01:38.064Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-29T07:01:38.068Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T07:01:38.074Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434898063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T07:01:38.170Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-29T07:01:38.170Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T07:01:38.170Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T07:01:38.257Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:01:38.257Z||pool-151-thread-1|||||INFO|500||cambria reply ok (87 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-09-29T07:01:39.095Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:01:39.096Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:01:39.096Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:01:48.760Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:01:48.761Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:01:48.761Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:01:48.761Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:01:58.380Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:01:58.381Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:01:58.382Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:01:58.382Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:02:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:02:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:02:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:02:04.956Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:02:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10b2c3ae-48a2-4abf-a4c0-b4934aa254a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434789386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T07:02:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:02:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.957Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.958Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434790410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-29T07:02:04.959Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-29T07:02:04.960Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434804251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-29T07:02:04.960Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:02:08.012Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:02:08.013Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:02:08.013Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:02:08.014Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:02:17.617Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:03:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:03:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:03:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:03:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:03:04.910Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:03:04.911Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:03:04.992Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:03:04.993Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T07:03:04.993Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434806727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-29T07:03:04.993Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:03:14.572Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:04:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:04:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:04:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:04:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:04:04.909Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:04:04.909Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:04:05.445Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:04:05.446Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T07:04:05.446Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d99c962b-4f86-470d-b56b-6eccfaf847dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664434898063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T07:04:05.446Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T07:04:14.493Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:05:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:05:04.907Z||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-09-29T07:05:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:05:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:05:04.908Z||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-09-29T07:05:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:05:14.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:05:14.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:06:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:06:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:06:04.908Z||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-09-29T07:06:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:06:04.908Z||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-09-29T07:06:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:06:14.515Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:06:14.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:07:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:07:04.906Z||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-09-29T07:07:04.906Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:07:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:07:04.909Z||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-09-29T07:07:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:07:14.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:07:14.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:08:04.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:08:04.906Z||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-09-29T07:08:04.906Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:08:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:08:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:08:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:08:14.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:08:14.500Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:09:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:09:04.907Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:09:04.907Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:09:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:09:04.909Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T07:09:04.909Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:09:14.538Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:09:14.539Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:10:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:10:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:10:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:10:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:10:04.909Z||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-09-29T07:10:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:10:14.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:10:14.537Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:11:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:11:04.907Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:11:04.907Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:11:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:11:04.909Z||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-09-29T07:11:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:11:14.614Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:11:14.626Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:12:04.905Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:12:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:12:04.906Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:12:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:12:04.908Z||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-09-29T07:12:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:12:14.490Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:12:14.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:13:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:13:04.907Z||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-09-29T07:13:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:13:04.911Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:13:04.912Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T07:13:04.912Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:13:14.508Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:13:14.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:14:04.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:14:04.906Z||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-09-29T07:14:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:14:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:14:04.908Z||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-09-29T07:14:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:14:14.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:14:14.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:15:04.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:15:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:15:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:15:04.909Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:15:04.908Z||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-09-29T07:15:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:15:14.496Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:15:14.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:16:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:16:04.907Z||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-09-29T07:16:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:16:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:16:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:16:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:16:14.486Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:16:14.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:17:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:17:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:17:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:17:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:17:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:17:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:17:14.508Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:17:14.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:18:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:18:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:18:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:18:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:18:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:18:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:18:14.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:18:14.563Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:19:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:19:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:19:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:19:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:19:04.908Z||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-09-29T07:19:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:19:14.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:19:14.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:20:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:20:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:20:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:20:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:20:04.909Z||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-09-29T07:20:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:20:14.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:20:14.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:21:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:21:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:21:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:21:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:21:04.908Z||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-09-29T07:21:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:21:14.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:21:14.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:22:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:22:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:22:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:22:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:22:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:22:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:22:14.508Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:22:14.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:23:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:23:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:23:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:23:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:23:04.908Z||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-09-29T07:23:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:23:14.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:23:14.622Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:24:04.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:24:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:24:04.909Z||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-09-29T07:24:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:24:04.909Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:24:04.909Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:24:14.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:24:14.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:25:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:25:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:25:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:25:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:25:04.908Z||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-09-29T07:25:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:25:14.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:25:14.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:26:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:26:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:26:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:26:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:26:04.909Z||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-09-29T07:26:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:26:14.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:26:14.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:27:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:27:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:27:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:27:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:27:04.908Z||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-09-29T07:27:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:27:14.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:27:14.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:28:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:28:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:28:04.908Z||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-09-29T07:28:04.908Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:28:04.909Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:28:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:28:14.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:28:14.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:29:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:29:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:29:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:29:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:29:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:29:04.909Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:29:14.516Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:29:14.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:30:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:30:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:30:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:30:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:30:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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-09-29T07:30:04.908Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:30:14.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:30:14.528Z|d99c962b-4f86-470d-b56b-6eccfaf847dd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:31:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:31:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:31:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:31:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:31:04.908Z||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-09-29T07:31:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:31:14.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:31:14.508Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:32:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:32:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:32:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:32:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:32:04.908Z||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-09-29T07:32:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:32:14.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:32:14.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:33:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:33:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:33:04.908Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:33:04.908Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:33:04.909Z||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-09-29T07:33:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:33:14.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:33:14.510Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:34:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:34:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:34:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:34:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:34:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:34:04.909Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:34:14.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:34:14.480Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:35:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:35:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:35:04.908Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:35:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:35:04.908Z||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-09-29T07:35:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:35:14.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:35:14.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:36:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:36:04.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:36:04.906Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:36:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:36:04.908Z||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-09-29T07:36:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:36:14.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:36:14.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:37:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:37:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:37:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:37:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:37:04.908Z||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-09-29T07:37:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:37:14.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:37:14.493Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:38:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:38:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:38:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:38:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:38:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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-09-29T07:38:04.908Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:38:14.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:38:14.521Z|1c72fd74-0b64-4b74-833c-36e46ef1068e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:39:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:39:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:39:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:39:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:39:04.908Z||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-09-29T07:39:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T07:39:14.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:39:14.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:40:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:40:04.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-29T07:40:04.907Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAir5M92j6UcCmMm) ...
2022-09-29T07:40:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T07:40:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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-09-29T07:40:04.908Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|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 nAir5M92j6UcCmMm) ...
2022-09-29T07:40:14.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-29T07:40:14.497Z|f22146b5-d507-4b32-b3ea-a7e3d61c3067|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK