Results

By type

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

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

2022-03-15T05:25:32.640Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T05:25:45.007Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T05:25:45.007Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T05:25:45.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T05:25:49.494Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T05:25:49.984Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T05:25:50.537Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T05:25:50.546Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T05:25:50.656Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T05:25:50.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T05:25:51.486Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T05:25:53.408Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T05:25:56.121Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T05:25:56.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T05:25:56.866Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T05:25:57.077Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-15T05:25:58.470Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T05:25:59.618Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-15T05:25:59.646Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-15T05:25:59.647Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T05:26:02.983Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-15T05:26:05.937Z||main|||||WARN|500||---
2022-03-15T05:26:05.937Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T05:26:05.937Z||main|||||WARN|500||---
2022-03-15T05:26:06.441Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T05:26:11.970Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T05:26:11.990Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T05:26:11.964Z||main|||||INFO|500||Started Application in 42.775 seconds (JVM running for 45.025)
2022-03-15T05:26:12.010Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T05:26:12.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T05:26:12.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b95fd65b-3e52-4c3c-a8e6-b8c141e019f2 url= /sdc/v1/artifactTypes
2022-03-15T05:26:12.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T05:26:12.435Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T05:26:12.465Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-15T05:26:12.492Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T05:26:12.501Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T05:26:12.560Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:26:12.581Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 607fa50c-6529-48e7-b6e4-eb0e0d6f94c5 url= /sdc/v1/registerForDistribution
2022-03-15T05:26:12.829Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 607fa50c-6529-48e7-b6e4-eb0e0d6f94c5 url= /sdc/v1/registerForDistribution
2022-03-15T05:26:12.829Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T05:26:12.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:26:12.860Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T05:26:12.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:26:12.875Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:26:12.875Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:26:12.880Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:26:12.880Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:26:23.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:26:23.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:27:12.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:27:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:27:12.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:27:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:27:12.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:27:12.842Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:27:22.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:27:22.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:28:12.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:28:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:28:12.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:28:12.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:28:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:28:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:28:22.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:28:22.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:29:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:29:12.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:29:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:29:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:29:12.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:29:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:29:22.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:29:22.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:30:12.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:30:12.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:30:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:30:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:30:12.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:30:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:30:22.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:30:22.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:31:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:31:12.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:31:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:31:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:31:12.841Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:31:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:31:22.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:31:22.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:32:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:32:12.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:32:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:32:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:32:12.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:32:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:32:22.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:32:22.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:33:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:33:12.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:33:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:33:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:33:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:33:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:33:22.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:33:22.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:34:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:34:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:34:12.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:34:12.840Z||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-03-15T05:34:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:34:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:34:22.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:34:22.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:35:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:35:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:35:12.841Z||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-03-15T05:35:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:35:12.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:35:12.842Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:35:22.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:35:22.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:36:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:36:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:36:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:36:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:36:12.839Z||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-03-15T05:36:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:36:16.841Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T05:36:22.397Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:36:22.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:37:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:37:12.838Z||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-03-15T05:37:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:37:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:37:12.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:37:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:37:22.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:37:22.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:38:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:38:12.838Z||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-03-15T05:38:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:38:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:38:12.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:38:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:38:22.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:38:22.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:39:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:39:12.838Z||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-03-15T05:39:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:39:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:39:12.840Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:39:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:39:22.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:39:22.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:40:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:40:12.838Z||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-03-15T05:40:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:40:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:40:12.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:40:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:40:22.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:40:22.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:41:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:41:12.838Z||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-03-15T05:41:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:41:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:41:12.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:41:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:41:22.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:41:22.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:42:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:42:12.838Z||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-03-15T05:42:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:42:12.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:42:12.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:42:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:42:22.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:42:22.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:43:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:43:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:43:12.839Z||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-03-15T05:43:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:43:12.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:43:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:43:22.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:43:22.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:44:12.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:44:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:44:12.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:44:12.840Z||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-03-15T05:44:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:44:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:44:22.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:44:22.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:45:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:45:12.838Z||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-03-15T05:45:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:45:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:45:12.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:45:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:45:22.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:45:22.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:46:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:46:12.838Z||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-03-15T05:46:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:46:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:46:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:46:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:46:22.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:46:22.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:47:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:47:12.838Z||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-03-15T05:47:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:47:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:47:12.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:47:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:47:22.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:47:22.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:48:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:48:12.838Z||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-03-15T05:48:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:48:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:48:12.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:48:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:48:22.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:48:22.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:49:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:49:12.838Z||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-03-15T05:49:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:49:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:49:12.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:49:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:49:22.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:49:22.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:50:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:50:12.838Z||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-03-15T05:50:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:50:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:50:12.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:50:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:50:22.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:50:22.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:51:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:51:12.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:51:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:51:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:51:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:51:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:51:22.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:51:22.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:52:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:52:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:52:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:52:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:52:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:52:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:52:22.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:52:22.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:53:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:53:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:53:12.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:53:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:53:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:53:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:53:22.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:53:22.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:54:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:54:12.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:54:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:54:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:54:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:54:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:54:22.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:54:22.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:55:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:55:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:55:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:55:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:55:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:55:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:55:22.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:55:22.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:56:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:56:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:56:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:56:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:56:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:56:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:56:22.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:56:22.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:57:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:57:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:57:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:57:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:57:12.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:57:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:57:22.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:57:22.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:58:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:58:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:58:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:58:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:58:12.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:58:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:58:22.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:58:22.392Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:59:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:59:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:59:12.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:59:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:13.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:13.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:13.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1","serviceName":"basic_onboard_rHKjxP","serviceVersion":"1.0","serviceUUID":"e04a7a59-3d70-48d3-a824-cadb13606d73","serviceDescription":"service","serviceInvariantUUID":"7388b199-2be2-4fc7-a1f8-f2061d84fe48","resources":[{"resourceInstanceName":"basic_onboard_rHKjxP 0","resourceName":"basic_onboard_rHKjxP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d7a528a-ee33-4225-b754-dcc0be8ce0d7","resourceInvariantUUID":"2dc65b40-6f78-427d-b002-95a0b776b783","resourceCustomizationUUID":"d4107d71-cb9c-45a7-9f8b-6338b1bc914a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml","artifactChecksum":"NzFkOTQ3NmYxYjdjZDJjODVhYWQ1ZWJkMDYzNzAyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"994b0f8f-4778-4090-bb86-996095c0ad3f","artifactVersion":"1"},{"artifactName":"basic_onboard_rhkjxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json","artifactChecksum":"YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"729f8567-74b6-4ed4-a3f3-f975ee3436bc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e65ba07-cc4b-43d3-8189-08327594672c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5f96367-1f18-4867-b8dc-63b2e2cfab95","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcbf4a0b-419b-4fe4-bde9-e1340a59f009","artifactVersion":"2","generatedFromUUID":"4e65ba07-cc4b-43d3-8189-08327594672c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRhkjxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml","artifactChecksum":"Y2IzMzUyZjFhN2YyMWI4OTdlOGU2NzQ5ZDNiOTRmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5e61a50-2433-4abd-9e40-cc889fea6734","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRhkjxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar","artifactChecksum":"NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T05:59:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:13.499Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.518Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:13.518Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T05:59:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T05:59:13.618Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-15T05:59:13.623Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:13.623Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:13.638Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:13.639Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:14.528Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:14.528Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:14.530Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:14.530Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T05:59:14.630Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:14.632Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:14.632Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:14.648Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:14.648Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:15.531Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:15.532Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:15.534Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:15.534Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T05:59:15.635Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:15.636Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:15.636Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:15.657Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:15.657Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:16.535Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:16.536Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:16.538Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:16.538Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:16.638Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:16.639Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:16.640Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:16.651Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:16.652Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:17.539Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:17.540Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:17.542Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:17.542Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T05:59:17.642Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:17.643Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:17.643Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:17.660Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:17.661Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:18.543Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:18.544Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:18.545Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:18.546Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T05:59:18.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:18.647Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:18.647Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:18.659Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:18.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:19.547Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:19.548Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:19.550Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:19.550Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T05:59:19.650Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:19.651Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:19.651Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:19.664Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:19.665Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:20.552Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "serviceName": "basic_onboard_rHKjxP",
  "serviceVersion": "1.0",
  "serviceUUID": "e04a7a59-3d70-48d3-a824-cadb13606d73",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7388b199-2be2-4fc7-a1f8-f2061d84fe48",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rHKjxP 0",
      "resourceCustomizationUUID": "d4107d71-cb9c-45a7-9f8b-6338b1bc914a",
      "resourceName": "basic_onboard_rHKjxP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d7a528a-ee33-4225-b754-dcc0be8ce0d7",
      "resourceInvariantUUID": "2dc65b40-6f78-427d-b002-95a0b776b783",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rhkjxp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
          "artifactChecksum": "YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "729f8567-74b6-4ed4-a3f3-f975ee3436bc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4e65ba07-cc4b-43d3-8189-08327594672c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bcbf4a0b-419b-4fe4-bde9-e1340a59f009",
            "generatedFromUUID": "4e65ba07-cc4b-43d3-8189-08327594672c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bcbf4a0b-419b-4fe4-bde9-e1340a59f009",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRhkjxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
      "artifactChecksum": "NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T05:59:20.553Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T05:59:20.553Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e04a7a59-3d70-48d3-a824-cadb13606d73 ASDC
2022-03-15T05:59:20.678Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
ServiceName:basic_onboard_rHKjxP
ServiceVersion:1.0
ServiceUUID:e04a7a59-3d70-48d3-a824-cadb13606d73
ServiceInvariantUUID:7388b199-2be2-4fc7-a1f8-f2061d84fe48
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRhkjxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
ArtifactUUID:5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0
ArtifactChecksum:NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rHKjxP 0
ResourceCustomizationUUID:d4107d71-cb9c-45a7-9f8b-6338b1bc914a
ResourceInvariantUUID:2dc65b40-6f78-427d-b002-95a0b776b783
ResourceName:basic_onboard_rHKjxP
ResourceType:VF
ResourceUUID:6d7a528a-ee33-4225-b754-dcc0be8ce0d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rhkjxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
ArtifactUUID:729f8567-74b6-4ed4-a3f3-f975ee3436bc
ArtifactChecksum:YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU=
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4e65ba07-cc4b-43d3-8189-08327594672c
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:bcbf4a0b-419b-4fe4-bde9-e1340a59f009
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:bcbf4a0b-419b-4fe4-bde9-e1340a59f009
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T05:59:20.679Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e04a7a59-3d70-48d3-a824-cadb13606d73 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T05:59:20.908Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T05:59:20.910Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0 from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:20.914Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:21.077Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:21.092Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0 71591
2022-03-15T05:59:21.093Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar ASDC sendASDCNotification
2022-03-15T05:59:21.094Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:21.095Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:21.096Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:21.097Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:21.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323961092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T05:59:21.198Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:21.199Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:21.199Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:21.213Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:21.214Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:22.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T05:59:22.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:22.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0, URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.182Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.182Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.906Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18443695635516706608/Definitions/service-BasicOnboardRhkjxp-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-03-15T05:59:25.092Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T05:59:25.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||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-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rHKjxP 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||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-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||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-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||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-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T05:59:25.108Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.109Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.114Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.114Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T05:59:25.116Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.120Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.124Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T05:59:25.128Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.131Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.131Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8771ea93-0afc-4b36-8952-7bc756ae1e41
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.136Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rHKjxP
Description:service
Model UUID:e04a7a59-3d70-48d3-a824-cadb13606d73
Model Version:NULL
Model InvariantUuid:7388b199-2be2-4fc7-a1f8-f2061d84fe48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rHKjxP
Model UUID:8a4d6e9c-7db7-479c-ae93-2605f70dd9a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dc65b40-6f78-427d-b002-95a0b776b783
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d4107d71-cb9c-45a7-9f8b-6338b1bc914a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37e8b75b-b75c-40b0-b04a-e6fd15b29505
ModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
ModelUuid:8e51777d-170b-454f-9eaa-10bffae0e56a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8771ea93-0afc-4b36-8952-7bc756ae1e41
ModelInvariantUuid:f1571456-7a78-4fa6-92de-2818bce0817a
ModelName:basic_onboard_rHKjxP-nodes.ubuntu18Cvfc
ModelUuid:287a198a-2c3e-42b0-a805-91b20eed7b30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3fc568d2-7dad-4224-bb0f-3efbbd6fd1c7
ModelInvariantUuid:baee92f8-3ae8-4b4a-9e7c-39c11848c6d8
ModelName:BasicOnboardRhkjxp.compute.nodes.heat.ubuntu18
ModelUuid:ca050af4-31a2-43c2-a527-fb1d6fc34962
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T05:59:25.158Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d7a528a-ee33-4225-b754-dcc0be8ce0d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T05:59:25.236Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||basic_onboard_rHKjxP 0
2022-03-15T05:59:25.243Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d7a528a-ee33-4225-b754-dcc0be8ce0d7
2022-03-15T05:59:25.243Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 729f8567-74b6-4ed4-a3f3-f975ee3436bc from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.244Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:25.244Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.435Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:25.436Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json 729f8567-74b6-4ed4-a3f3-f975ee3436bc 798
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json ASDC sendASDCNotification
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:25.438Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:25.442Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:25.442Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323965437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T05:59:25.541Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T05:59:25.542Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:25.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:25.567Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:25.568Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:26.444Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRhkjxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37e8b75b-b75c-40b0-b04a-e6fd15b29505",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e51777d-170b-454f-9eaa-10bffae0e56a",
    "vfModuleModelCustomizationUUID": "2b05aabf-0755-4c3f-834c-3e5abc923c17",
    "isBase": true,
    "artifacts": [
      "4e65ba07-cc4b-43d3-8189-08327594672c",
      "bcbf4a0b-419b-4fe4-bde9-e1340a59f009"
    ],
    "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-03-15T05:59:26.459Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e51777d-170b-454f-9eaa-10bffae0e56a
VfModuleModelInvariantUUID:37e8b75b-b75c-40b0-b04a-e6fd15b29505
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e65ba07-cc4b-43d3-8189-08327594672c
,
bcbf4a0b-419b-4fe4-bde9-e1340a59f009

}
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-03-15T05:59:26.462Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRhkjxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37e8b75b-b75c-40b0-b04a-e6fd15b29505",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e51777d-170b-454f-9eaa-10bffae0e56a",
    "vfModuleModelCustomizationUUID": "2b05aabf-0755-4c3f-834c-3e5abc923c17",
    "isBase": true,
    "artifacts": [
      "4e65ba07-cc4b-43d3-8189-08327594672c",
      "bcbf4a0b-419b-4fe4-bde9-e1340a59f009"
    ],
    "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-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e51777d-170b-454f-9eaa-10bffae0e56a
VfModuleModelInvariantUUID:37e8b75b-b75c-40b0-b04a-e6fd15b29505
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e65ba07-cc4b-43d3-8189-08327594672c
,
bcbf4a0b-419b-4fe4-bde9-e1340a59f009

}
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-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e65ba07-cc4b-43d3-8189-08327594672c from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:27.033Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml 4e65ba07-cc4b-43d3-8189-08327594672c 5033
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:27.035Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:27.036Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:27.037Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323967034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T05:59:27.137Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:27.138Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:27.142Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:27.153Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:27.154Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcbf4a0b-419b-4fe4-bde9-e1340a59f009 from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.542Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env bcbf4a0b-419b-4fe4-bde9-e1340a59f009 909
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:28.544Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:28.546Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:28.546Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323968543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T05:59:28.646Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:28.648Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:28.648Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:28.664Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:28.664Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:29.547Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e04a7a59-3d70-48d3-a824-cadb13606d73
2022-03-15T05:59:29.548Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rHKjxP 0 6d7a528a-ee33-4225-b754-dcc0be8ce0d7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T05:59:29.575Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@581c18cd, org.onap.sdc.toscaparser.api.parameters.Input@22aa5dce, org.onap.sdc.toscaparser.api.parameters.Input@683cf01d, org.onap.sdc.toscaparser.api.parameters.Input@2f1c1095, org.onap.sdc.toscaparser.api.parameters.Input@17febfcb]
2022-03-15T05:59:29.579Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.579Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d4107d71-cb9c-45a7-9f8b-6338b1bc914a
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a matches Tosca VF Customization UUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T05:59:29.587Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.587Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.588Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d4107d71-cb9c-45a7-9f8b-6338b1bc914a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-15T05:59:29.588Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f690ee2
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b05aabf-0755-4c3f-834c-3e5abc923c17
2022-03-15T05:59:29.590Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b05aabf-0755-4c3f-834c-3e5abc923c17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8771ea93-0afc-4b36-8952-7bc756ae1e41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T05:59:29.607Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.607Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=d4107d71-cb9c-45a7-9f8b-6338b1bc914a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T05:59:29.610Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.611Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.611Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e04a7a59-3d70-48d3-a824-cadb13606d73: basic_onboard_rHKjxP
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_rHKjxP 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T05:59:29.784Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rHKjxP 6d7a528a-ee33-4225-b754-dcc0be8ce0d7 1 ASDC deployResourceStructure
2022-03-15T05:59:29.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json ASDC sendASDCNotification
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:29.789Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:29.789Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323969785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T05:59:29.889Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:29.891Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:29.891Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:29.904Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:29.905Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:30.790Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:30.793Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:30.793Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323970790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T05:59:30.893Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:30.894Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:30.894Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:30.909Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:30.910Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:31.794Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T05:59:31.794Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:31.795Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:31.795Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:31.797Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:31.797Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323971794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T05:59:31.897Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:31.898Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:31.898Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:31.911Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:31.912Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar ASDC sendASDCNotification
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:32.799Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:32.800Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:32.801Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323972797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T05:59:32.901Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:32.902Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T05:59:32.902Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:32.921Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T05:59:32.921Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:33.802Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T05:59:33.825Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T05:59:33.827Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T05:59:33.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T05:59:33.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:00:03.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:00:03.840Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:00:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:00:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:00:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:00:12.988Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:00:12.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:00:12.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:00:12.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:00:33.845Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:00:33.856Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:03.859Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:01:03.869Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:01:03.871Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:01:03.871Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:01:03.872Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:01:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:01:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:01:12.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:01:13.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323940674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323943972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323941187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323947378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323958219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323957114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323957877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "cds",
  "timestamp": 1647323958134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.459Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.460Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323958886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323959497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323952837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "policy-id",
  "timestamp": 1647323959891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323960716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323961092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323961795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.500Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323962801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323963153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323965437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323965914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323967034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647323960674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323968543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323969785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323962378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323963808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323970790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323963972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323970854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323970411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323970710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323971794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323971927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323971859,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323972163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647323972797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "cds",
  "timestamp": 1647323971746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323972426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323973529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323973168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "clamp",
  "timestamp": 1647323973436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "policy-id",
  "timestamp": 1647323974172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.602Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323974923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323975959,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:01:13.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647323976963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323957724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323979024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323980141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "aai-ml",
  "timestamp": 1647323980033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323955922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323984404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647323985409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.652Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323955242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647323988311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323993408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323994429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "clamp",
  "timestamp": 1647323995433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.671Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.671Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647324002506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "aai-ml",
  "timestamp": 1647324003512,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:33.872Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:01:33.884Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:01:33.889Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:33.894Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:02:03.894Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:02:03.904Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and serviceModelVersionId: e04a7a59-3d70-48d3-a824-cadb13606d73
2022-03-15T06:02:03.904Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7388b199-2be2-4fc7-a1f8-f2061d84fe48
2022-03-15T06:02:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:02:12.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:02:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:18.327Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0
2022-03-15T06:02:18.434Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:02:18.976Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|INFO|500||Invoke
2022-03-15T06:02:18.985Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac41c0d8-24ed-4774-bc7c-d4a387725402], X-ECOMP-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], X-TransactionId=[], X-ONAP-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], Content-Type=[application/merge-patch+json]}
2022-03-15T06:02:19.103Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:02:19.381Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-06:02:18:831-55397], vertex-id=[131168], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:02:18 GMT], Content-Type=[application/json]}
2022-03-15T06:02:19.382Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:02:19.383Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|INFO|500||InvokeReturn
2022-03-15T06:02:19.392Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:02:19.393Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:02:19.402Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:02:19.404Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:02:19.405Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:02:19.406Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:19.409Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:19.410Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324139404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:02:19.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:19.511Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:19.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:19.524Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:19.525Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:20.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:02:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324139404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:02:20.144Z||pool-2-thread-5|||||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-03-15T06:02:20.422Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:02:20.423Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:02:20.423Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:24.741Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:24.743Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T06:02:24.743Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"571a52fd-dbd6-49d0-a1d6-a798458d2c75","serviceName":"vFW 2022-03-15 05-56-23","serviceVersion":"1.0","serviceUUID":"2f6bb376-86b3-489f-915d-244cff02cbaa","serviceDescription":"catalog service description","serviceInvariantUUID":"26e88628-1e56-494e-a495-dad790e97426","resources":[{"resourceInstanceName":"vFW b33dc410-6ae0 0","resourceName":"vFW b33dc410-6ae0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d9ab360-893a-41a4-925a-7d4be49fa2fd","resourceInvariantUUID":"9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d","resourceCustomizationUUID":"da9c0462-0e79-436a-b86c-89275df6af27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml","artifactChecksum":"YWNhZjQyNWE0MDkxMmUzNTFhMmI0ODAzNjAyMTllMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63c45a3e-677b-482b-ab16-bd3c69a575d1","artifactVersion":"1"},{"artifactName":"vfwb33dc4106ae00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json","artifactChecksum":"YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1477459d-1488-40b8-ae9f-c54bcd946834","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be4e1c00-57e3-4fd4-93b2-118dca0cafb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml","artifactChecksum":"MzNlOWYyNWFhNTZlZWIyODI5M2JmOGMwZDZiZTVlMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db053f64-da4a-46a5-b495-69f79172b038","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f6fdb56-30fa-4434-9d95-8f07da65e63e","artifactVersion":"2","generatedFromUUID":"be4e1c00-57e3-4fd4-93b2-118dca0cafb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315055623-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml","artifactChecksum":"ZGYxZDI3OGMxNzRiOGQ1NzU5NjE0NjM5ZWVmZTM0N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c06964-f4e1-4b7c-afff-9ae5f2358c61","artifactVersion":"1"},{"artifactName":"service-Vfw20220315055623-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar","artifactChecksum":"ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9786d115-71e5-439e-b87f-ac890d851755","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:02:24.746Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:24.747Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:24.749Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:24.749Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:02:24.849Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:24.851Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:24.851Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:24.869Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:24.870Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:25.750Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:25.751Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:25.754Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:25.754Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:02:25.855Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:25.856Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:25.856Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:25.872Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:25.873Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:26.759Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:26.760Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:26.762Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:26.763Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:02:26.863Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:26.864Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:26.864Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:26.878Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:26.878Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:27.768Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:27.769Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:27.771Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:27.771Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:02:27.872Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:27.872Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:27.873Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:27.890Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:27.890Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:28.775Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:28.775Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:28.778Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:28.778Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T06:02:28.879Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:02:28.880Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:28.880Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:28.901Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:28.902Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:29.779Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:29.780Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:29.781Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:29.782Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:02:29.882Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:29.885Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:29.885Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:29.899Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:29.900Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:30.782Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:30.783Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:30.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:30.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:02:30.885Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:30.886Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:30.886Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:30.898Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:30.899Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "serviceName": "vFW 2022-03-15 05-56-23",
  "serviceVersion": "1.0",
  "serviceUUID": "2f6bb376-86b3-489f-915d-244cff02cbaa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "26e88628-1e56-494e-a495-dad790e97426",
  "resources": [
    {
      "resourceInstanceName": "vFW b33dc410-6ae0 0",
      "resourceCustomizationUUID": "da9c0462-0e79-436a-b86c-89275df6af27",
      "resourceName": "vFW b33dc410-6ae0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5d9ab360-893a-41a4-925a-7d4be49fa2fd",
      "resourceInvariantUUID": "9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb33dc4106ae00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
          "artifactChecksum": "YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1477459d-1488-40b8-ae9f-c54bcd946834",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f6fdb56-30fa-4434-9d95-8f07da65e63e",
            "generatedFromUUID": "be4e1c00-57e3-4fd4-93b2-118dca0cafb3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f6fdb56-30fa-4434-9d95-8f07da65e63e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220315055623-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
      "artifactChecksum": "ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9786d115-71e5-439e-b87f-ac890d851755"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f6bb376-86b3-489f-915d-244cff02cbaa ASDC
2022-03-15T06:02:31.788Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:571a52fd-dbd6-49d0-a1d6-a798458d2c75
ServiceName:vFW 2022-03-15 05-56-23
ServiceVersion:1.0
ServiceUUID:2f6bb376-86b3-489f-915d-244cff02cbaa
ServiceInvariantUUID:26e88628-1e56-494e-a495-dad790e97426
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315055623-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
ArtifactUUID:9786d115-71e5-439e-b87f-ac890d851755
ArtifactChecksum:ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b33dc410-6ae0 0
ResourceCustomizationUUID:da9c0462-0e79-436a-b86c-89275df6af27
ResourceInvariantUUID:9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d
ResourceName:vFW b33dc410-6ae0
ResourceType:VF
ResourceUUID:5d9ab360-893a-41a4-925a-7d4be49fa2fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb33dc4106ae00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
ArtifactUUID:1477459d-1488-40b8-ae9f-c54bcd946834
ArtifactChecksum:YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA=
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
ArtifactUUID:be4e1c00-57e3-4fd4-93b2-118dca0cafb3
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
ArtifactUUID:1f6fdb56-30fa-4434-9d95-8f07da65e63e
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
ArtifactUUID:1f6fdb56-30fa-4434-9d95-8f07da65e63e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T06:02:31.788Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f6bb376-86b3-489f-915d-244cff02cbaa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:02:31.831Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9786d115-71e5-439e-b87f-ac890d851755 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:31.834Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:33.376Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar 9786d115-71e5-439e-b87f-ac890d851755 99007
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar ASDC sendASDCNotification
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:33.384Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:33.384Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324153382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:02:33.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:33.485Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:33.498Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:33.499Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:34.385Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:02:34.386Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:34.387Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9786d115-71e5-439e-b87f-ac890d851755, URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar to file: /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.387Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.388Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.388Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.573Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15303328018003344289/Definitions/service-Vfw20220315055623-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-15T06:02:36.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||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-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b33dc410-6ae0 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||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-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||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-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||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-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6425baae-3392-4849-b4b6-e179989a9419
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8467a2a-ed95-4d94-aa15-cf29a56b7627
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fabc5353-b902-4b08-b78b-3e758ed65798
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:36.772Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.772Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-15 05-56-23
Description:catalog service description
Model UUID:2f6bb376-86b3-489f-915d-244cff02cbaa
Model Version:NULL
Model InvariantUuid:26e88628-1e56-494e-a495-dad790e97426
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b33dc410-6ae0
Model UUID:eba4d42e-e3ad-4401-a1fb-bd21e47d9106
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da9c0462-0e79-436a-b86c-89275df6af27
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:635eb330-6a6f-4a13-ad28-290ed03181d3
ModelName:VfwB33dc4106ae0..base_vfw..module-0
ModelUuid:442b099a-9b2f-46ab-bbd1-a62cd109305e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6425baae-3392-4849-b4b6-e179989a9419
ModelInvariantUuid:4d213383-6a32-4f31-8e2c-84f274731224
ModelName:vFW b33dc410-6ae0-nodes.vfwCvfc
ModelUuid:dfcd00e8-8ef3-42d2-8fe1-b0485f51f470
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:50e29bc4-85d6-443c-90fc-499c16078e98
ModelInvariantUuid:53026f65-850b-4d07-8d5d-ee622de70601
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vfw
ModelUuid:29d81bf7-2a23-460c-8709-d7f477627ccf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d8467a2a-ed95-4d94-aa15-cf29a56b7627
ModelInvariantUuid:b2d040c3-cfc0-4714-82e0-2ea323824fe3
ModelName:vFW b33dc410-6ae0-nodes.vsnCvfc
ModelUuid:2cd46ba8-7a37-426f-888e-7a1c4c4230d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2850c836-d9a8-48c5-a8ec-0b0fcb51d5ff
ModelInvariantUuid:174364e0-c493-4787-a6a2-4ddbd655bc6b
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vsn
ModelUuid:851c559a-59a7-4c0b-b9f1-36cbfd71c066
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fabc5353-b902-4b08-b78b-3e758ed65798
ModelInvariantUuid:a9aef75b-e6c3-4523-b4d1-2cbcfda5c67c
ModelName:vFW b33dc410-6ae0-nodes.vpgCvfc
ModelUuid:c4abe2f2-4e3b-44a0-a583-9fc75a2ddadb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:efd76bf6-512e-4974-b271-e523a44f7023
ModelInvariantUuid:24561ccf-e0d8-4cbc-93a0-3d835b430e5f
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vpg
ModelUuid:cf95ff96-998f-43f3-b4e0-dca662d55bc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:02:36.778Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d9ab360-893a-41a4-925a-7d4be49fa2fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||vFW b33dc410-6ae0 0
2022-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d9ab360-893a-41a4-925a-7d4be49fa2fd
2022-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1477459d-1488-40b8-ae9f-c54bcd946834 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.783Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:36.783Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.969Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:36.969Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json 1477459d-1488-40b8-ae9f-c54bcd946834 785
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json ASDC sendASDCNotification
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:36.971Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:36.973Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:36.973Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324156970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:02:37.073Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:37.074Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:37.074Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:37.087Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:37.088Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:37.974Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB33dc4106ae0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "635eb330-6a6f-4a13-ad28-290ed03181d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "442b099a-9b2f-46ab-bbd1-a62cd109305e",
    "vfModuleModelCustomizationUUID": "3c02711a-9599-489e-9c09-e371e6db01d4",
    "isBase": true,
    "artifacts": [
      "be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
      "1f6fdb56-30fa-4434-9d95-8f07da65e63e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:02:37.979Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33dc4106ae0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:442b099a-9b2f-46ab-bbd1-a62cd109305e
VfModuleModelInvariantUUID:635eb330-6a6f-4a13-ad28-290ed03181d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4e1c00-57e3-4fd4-93b2-118dca0cafb3
,
1f6fdb56-30fa-4434-9d95-8f07da65e63e

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

isBase:true


}

2022-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB33dc4106ae0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "635eb330-6a6f-4a13-ad28-290ed03181d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "442b099a-9b2f-46ab-bbd1-a62cd109305e",
    "vfModuleModelCustomizationUUID": "3c02711a-9599-489e-9c09-e371e6db01d4",
    "isBase": true,
    "artifacts": [
      "be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
      "1f6fdb56-30fa-4434-9d95-8f07da65e63e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33dc4106ae0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:442b099a-9b2f-46ab-bbd1-a62cd109305e
VfModuleModelInvariantUUID:635eb330-6a6f-4a13-ad28-290ed03181d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4e1c00-57e3-4fd4-93b2-118dca0cafb3
,
1f6fdb56-30fa-4434-9d95-8f07da65e63e

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

isBase:true


}

2022-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be4e1c00-57e3-4fd4-93b2-118dca0cafb3 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:37.982Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:38.169Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml be4e1c00-57e3-4fd4-93b2-118dca0cafb3 20368
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:38.171Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:38.173Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:38.173Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324158170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:02:38.273Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:38.274Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:38.274Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:38.285Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:38.286Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f6fdb56-30fa-4434-9d95-8f07da65e63e from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.469Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env 1f6fdb56-30fa-4434-9d95-8f07da65e63e 2098
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:39.472Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:39.472Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324159470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:02:39.573Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:39.573Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:39.574Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:39.585Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:39.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:40.473Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2f6bb376-86b3-489f-915d-244cff02cbaa
2022-03-15T06:02:40.474Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b33dc410-6ae0 0 5d9ab360-893a-41a4-925a-7d4be49fa2fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:02:40.492Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53a3b861, org.onap.sdc.toscaparser.api.parameters.Input@841594e, org.onap.sdc.toscaparser.api.parameters.Input@21c01621, org.onap.sdc.toscaparser.api.parameters.Input@155af718, org.onap.sdc.toscaparser.api.parameters.Input@5bf42562]
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= da9c0462-0e79-436a-b86c-89275df6af27
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da9c0462-0e79-436a-b86c-89275df6af27 matches Tosca VF Customization UUID: da9c0462-0e79-436a-b86c-89275df6af27
2022-03-15T06:02:40.495Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: da9c0462-0e79-436a-b86c-89275df6af27  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T06:02:40.497Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.498Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id da9c0462-0e79-436a-b86c-89275df6af27: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a8d3251
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c02711a-9599-489e-9c09-e371e6db01d4
2022-03-15T06:02:40.500Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c02711a-9599-489e-9c09-e371e6db01d4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T06:02:40.502Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.507Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6425baae-3392-4849-b4b6-e179989a9419
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8467a2a-ed95-4d94-aa15-cf29a56b7627
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fabc5353-b902-4b08-b78b-3e758ed65798
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:02:40.523Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.525Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.525Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=da9c0462-0e79-436a-b86c-89275df6af27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2f6bb376-86b3-489f-915d-244cff02cbaa: vFW b33dc410-6ae0
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-15 05-56-23 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:02:40.706Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b33dc410-6ae0 5d9ab360-893a-41a4-925a-7d4be49fa2fd 1 ASDC deployResourceStructure
2022-03-15T06:02:40.706Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json ASDC sendASDCNotification
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:40.710Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:40.710Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324160706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:02:40.811Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:40.812Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:40.812Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:40.828Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:40.828Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:41.711Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:41.714Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:41.714Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324161711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:02:41.814Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:41.815Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:41.816Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:41.827Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:41.828Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:42.715Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:42.718Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:42.718Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324162715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:02:42.819Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:42.820Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:42.820Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:42.833Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:42.834Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar ASDC sendASDCNotification
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:43.723Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:43.723Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324163719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:02:43.823Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:43.824Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:02:43.824Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:43.842Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:02:43.842Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:44.724Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:02:44.738Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:02:44.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:02:44.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:03:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:12.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:13.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:03:13.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324140422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324153382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324156970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324158170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324159470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324160706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324161711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324162715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324163719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:03:13.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:14.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:03:14.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and serviceModelVersionId: 2f6bb376-86b3-489f-915d-244cff02cbaa
2022-03-15T06:03:14.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26e88628-1e56-494e-a495-dad790e97426
2022-03-15T06:03:14.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0
2022-03-15T06:03:14.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:03:14.827Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|INFO|500||Invoke
2022-03-15T06:03:14.828Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af25398b-6181-43f8-a394-5196b119ed6c], X-ECOMP-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], X-TransactionId=[], X-ONAP-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], Content-Type=[application/merge-patch+json]}
2022-03-15T06:03:14.857Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:03:15.437Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-06:03:14:583-67494], vertex-id=[204944], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:03:14 GMT], Content-Type=[application/json]}
2022-03-15T06:03:15.437Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:03:15.438Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|INFO|500||InvokeReturn
2022-03-15T06:03:15.438Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:03:15.439Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:03:15.447Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:03:15.447Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324195444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:03:15.547Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:03:15.548Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:03:15.548Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:15.565Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:03:15.565Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:03:16.462Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:16.463Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:16.463Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:26.004Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:03:26.004Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:26.005Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:26.005Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:35.544Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:03:35.544Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:35.545Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:35.545Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:45.104Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:04:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:04:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:04:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:04:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:04:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:04:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:04:13.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:04:13.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T06:04:13.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324195444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:04:13.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:04:22.404Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:05:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:05:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:05:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:05:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:05:12.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:05:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:05:22.396Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:05:22.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:06:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:06:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:06:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:06:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:06:12.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:06:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:06:22.393Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:06:22.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:07:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:07:12.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:07:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:07:12.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:07:12.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:07:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:07:22.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:07:22.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:08:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:08:12.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:08:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:08:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:08:12.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:08:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:08:22.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:08:22.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:09:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:09:12.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:09:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:09:12.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:09:12.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:09:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:09:22.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:09:22.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:10:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:10:12.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:10:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:10:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:10:12.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:10:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:10:22.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:10:22.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:11:12.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:11:12.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:11:12.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:11:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:11:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:11:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:11:22.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:11:22.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:12.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:12:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:12:12.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:12:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:12:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:12.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:13.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:13.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:13.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324720674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"980f0c4d-4ef3-4944-aad9-7bcf4e079965","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"62ad12af-7ceb-46a2-990b-2e66dcd2d238","serviceDescription":"service","serviceInvariantUUID":"ada53871-f7de-4008-a878-125473821e9f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6d05c925-46b7-46cd-9754-9266bb1773af","resourceInvariantUUID":"b182165a-eba0-4267-a323-942a762482bd","resourceCustomizationUUID":"0e3f12f3-e088-43e9-a130-893d81715c8c","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":"MzQyODc0NWFmOGQzMmM3ZGRlNDFlYjY5ZDA0NmFjYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5f972cc-a8ac-4b9e-bf6a-af3d66585e87","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6502d2b2-e504-425a-b3f0-7711faa3cf9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "cds",
  "timestamp": 1647324712378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324721187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324720674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "cds",
  "timestamp": 1647324712378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324721187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "policy-id",
  "timestamp": 1647324723972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "cds",
  "timestamp": 1647324724479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "policy-id",
  "timestamp": 1647324723972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "cds",
  "timestamp": 1647324725488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-15T06:12:13.486Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:12:13.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:12:13.491Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:13.491Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324732837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:12:13.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:12:13.510Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:12:13.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "policy-id",
  "timestamp": 1647324727065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:12:13.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "policy-id",
  "timestamp": 1647324728071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "policy-id",
  "timestamp": 1647324729074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:12:13.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:12:13.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:12:13.592Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:12:13.593Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:12:13.593Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:13.607Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:13.607Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:14.492Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:12:14.493Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:14.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:14.495Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324732837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:12:14.595Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:14.596Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:12:14.596Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:14.609Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:14.610Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:15.496Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "62ad12af-7ceb-46a2-990b-2e66dcd2d238",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ada53871-f7de-4008-a878-125473821e9f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0e3f12f3-e088-43e9-a130-893d81715c8c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6d05c925-46b7-46cd-9754-9266bb1773af",
      "resourceInvariantUUID": "b182165a-eba0-4267-a323-942a762482bd",
      "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": "YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6502d2b2-e504-425a-b3f0-7711faa3cf9e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:12:15.497Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:12:15.497Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62ad12af-7ceb-46a2-990b-2e66dcd2d238 ASDC
2022-03-15T06:12:15.498Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:980f0c4d-4ef3-4944-aad9-7bcf4e079965
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:62ad12af-7ceb-46a2-990b-2e66dcd2d238
ServiceInvariantUUID:ada53871-f7de-4008-a878-125473821e9f
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:6502d2b2-e504-425a-b3f0-7711faa3cf9e
ArtifactChecksum:YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0e3f12f3-e088-43e9-a130-893d81715c8c
ResourceInvariantUUID:b182165a-eba0-4267-a323-942a762482bd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6d05c925-46b7-46cd-9754-9266bb1773af
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-15T06:12:15.498Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62ad12af-7ceb-46a2-990b-2e66dcd2d238 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:12:15.528Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:12:15.528Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6502d2b2-e504-425a-b3f0-7711faa3cf9e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.739Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6502d2b2-e504-425a-b3f0-7711faa3cf9e 52512
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:12:15.743Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:15.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:15.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324735742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:12:15.845Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:15.846Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:12:15.846Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:15.858Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:15.859Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:16.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6502d2b2-e504-425a-b3f0-7711faa3cf9e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T06:12:16.748Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.748Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.890Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8801025058231196470/Definitions/service-BasicNetwork-template.yml
2022-03-15T06:12:17.406Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:62ad12af-7ceb-46a2-990b-2e66dcd2d238
Model Version:NULL
Model InvariantUuid:ada53871-f7de-4008-a878-125473821e9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b182165a-eba0-4267-a323-942a762482bd
Model UUID:86f18f8c-6f96-4dc3-a18c-0d54ca3a11f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0e3f12f3-e088-43e9-a130-893d81715c8c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:12:17.417Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 6d05c925-46b7-46cd-9754-9266bb1773af
2022-03-15T06:12:17.417Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||No resources found for Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:12:17.424Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||
2022-03-15T06:12:17.424Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:12:17.430Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4042be0c, org.onap.sdc.toscaparser.api.parameters.Input@2c857503, org.onap.sdc.toscaparser.api.parameters.Input@5d2a137c, org.onap.sdc.toscaparser.api.parameters.Input@2bb8d0f5, org.onap.sdc.toscaparser.api.parameters.Input@7e5fa950]
2022-03-15T06:12:17.431Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 62ad12af-7ceb-46a2-990b-2e66dcd2d238: Generic NeutronNet
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-15T06:12:17.471Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.473Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T06:12:17.519Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-15T06:12:17.519Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:17.522Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:17.522Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324737519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:12:17.622Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:17.623Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:12:17.623Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:17.637Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:12:17.638Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:12:18.524Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:12:18.536Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:12:18.538Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:12:18.538Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:12:18.539Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:12:48.539Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:12:48.549Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:13:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:13:12.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:13:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:13:12.981Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:13:12.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:13:12.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324732837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:13:12.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:13:18.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:13:18.565Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:13:48.569Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:13:48.579Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:13:48.581Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:13:48.582Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:13:48.582Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:14:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:14:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:14:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:12.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:12.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324732837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:14:12.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324735742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "aai-ml",
  "timestamp": 1647324735243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324737519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "clamp",
  "timestamp": 1647324735921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "aai-ml",
  "timestamp": 1647324735243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "clamp",
  "timestamp": 1647324735921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324737723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "aai-ml",
  "timestamp": 1647324738270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324737723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:14:12.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324740535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324742398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324743402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:14:12.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:14:12.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "aai-ml",
  "timestamp": 1647324743663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:14:12.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "aai-ml",
  "timestamp": 1647324744667,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:14:12.923Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.923Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:14:12.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "clamp",
  "timestamp": 1647324747508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "clamp",
  "timestamp": 1647324749519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "clamp",
  "timestamp": 1647324750523,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:14:12.940Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.940Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:14:18.586Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:14:18.596Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:14:18.604Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:14:18.610Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:14:48.610Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:14:48.616Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and serviceModelVersionId: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:14:48.616Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ada53871-f7de-4008-a878-125473821e9f
2022-03-15T06:14:48.618Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0
2022-03-15T06:14:48.627Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:14:48.690Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|INFO|500||Invoke
2022-03-15T06:14:48.691Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca0b7e22-8f0f-488e-ba8d-c772cf4d9251], X-ECOMP-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], X-TransactionId=[], X-ONAP-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], Content-Type=[application/merge-patch+json]}
2022-03-15T06:14:48.717Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:14:49.041Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-06:14:48:443-26762], vertex-id=[159840], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:14:48 GMT], Content-Type=[application/json]}
2022-03-15T06:14:49.041Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:14:49.042Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|INFO|500||InvokeReturn
2022-03-15T06:14:49.043Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:14:49.043Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:14:49.049Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:14:49.050Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:14:49.050Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:14:49.051Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:49.053Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:49.054Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324889050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:14:49.154Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:49.154Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:49.154Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:49.172Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:49.172Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:14:50.065Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:14:50.066Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:14:50.066Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:54.465Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:54.468Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:14:54.468Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab7f8146-b760-4c33-adb2-cee563fcb053","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ad66c639-dda3-45f7-833e-057213ea564f","serviceDescription":"service","serviceInvariantUUID":"0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81a5a43a-9396-4349-b335-8b4fd5c66d48","resourceInvariantUUID":"3b7678bb-074f-4402-aee6-f6d82f99b5b9","resourceCustomizationUUID":"70e6aeab-4207-4a4b-845f-a83524b23eb7","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":"N2Y4ZDQ5MTUxNTRkNjUxOGUyMmMzMmMyYTI2YWNlNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"382f29e1-5164-4b3f-9a7f-c78f8cde0722","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":"1b8cbfd9-f9ee-4461-a192-c33e346851fc","artifactVersion":"2","generatedFromUUID":"568fafa4-2a86-4278-9da4-04750653dada"},{"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":"568fafa4-2a86-4278-9da4-04750653dada","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":"M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1","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":"210c39d4-4057-4b30-8abb-a66e37353f20","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":"632c73ed-8053-4444-8051-c12df6cf8555","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":"cf525580-fcde-4149-bf74-c991e86d86b6","artifactVersion":"2","generatedFromUUID":"210c39d4-4057-4b30-8abb-a66e37353f20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTdiZDBhY2M3ZTgxNmJiNTk1ZWNjYzEyY2E2Njk1MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f97729b-b7f6-46a1-8a9e-3017ec1b53c7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b17dde-c255-40f6-8058-1b45656ba57b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:14:54.471Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:54.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:54.474Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:54.474Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:14:54.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T06:14:54.579Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:54.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:54.599Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:54.600Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:14:55.475Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:55.476Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:55.478Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:55.478Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T06:14:55.578Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:55.579Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:55.580Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:55.590Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:55.590Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:56.479Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:56.480Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:56.482Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:56.482Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T06:14:56.583Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:14:56.584Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:56.585Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:56.597Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:56.598Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:57.483Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:57.484Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:57.485Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:57.486Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:14:57.586Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:14:57.587Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:57.587Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:57.599Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:57.600Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:58.488Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:58.489Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:58.491Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:58.492Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:14:58.592Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:58.593Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:58.593Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:58.607Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:58.608Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:59.492Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:59.493Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:59.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:59.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:14:59.598Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T06:14:59.599Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:14:59.599Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:59.628Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:14:59.628Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:00.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:00.497Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:00.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:00.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T06:15:00.600Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:00.601Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:00.601Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:00.611Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:00.612Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:01.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:01.501Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:01.503Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:01.503Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:01.603Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:01.604Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:01.604Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:01.619Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:01.619Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:02.504Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:02.505Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:02.506Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:02.507Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:15:02.607Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:02.608Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:02.608Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:02.620Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:02.621Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:03.508Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ad66c639-dda3-45f7-833e-057213ea564f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "70e6aeab-4207-4a4b-845f-a83524b23eb7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81a5a43a-9396-4349-b335-8b4fd5c66d48",
      "resourceInvariantUUID": "3b7678bb-074f-4402-aee6-f6d82f99b5b9",
      "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": "1b8cbfd9-f9ee-4461-a192-c33e346851fc",
          "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": "568fafa4-2a86-4278-9da4-04750653dada",
          "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": "M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1",
          "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": "210c39d4-4057-4b30-8abb-a66e37353f20",
          "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": "cf525580-fcde-4149-bf74-c991e86d86b6",
            "generatedFromUUID": "210c39d4-4057-4b30-8abb-a66e37353f20"
          },
          "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": "cf525580-fcde-4149-bf74-c991e86d86b6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60b17dde-c255-40f6-8058-1b45656ba57b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:15:03.509Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:15:03.509Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ad66c639-dda3-45f7-833e-057213ea564f ASDC
2022-03-15T06:15:03.509Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ab7f8146-b760-4c33-adb2-cee563fcb053
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ad66c639-dda3-45f7-833e-057213ea564f
ServiceInvariantUUID:0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7
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:60b17dde-c255-40f6-8058-1b45656ba57b
ArtifactChecksum:ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:70e6aeab-4207-4a4b-845f-a83524b23eb7
ResourceInvariantUUID:3b7678bb-074f-4402-aee6-f6d82f99b5b9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:81a5a43a-9396-4349-b335-8b4fd5c66d48
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:1b8cbfd9-f9ee-4461-a192-c33e346851fc
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:568fafa4-2a86-4278-9da4-04750653dada
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:9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1
ArtifactChecksum:M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY=
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:210c39d4-4057-4b30-8abb-a66e37353f20
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:cf525580-fcde-4149-bf74-c991e86d86b6
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:cf525580-fcde-4149-bf74-c991e86d86b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T06:15:03.510Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad66c639-dda3-45f7-833e-057213ea564f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60b17dde-c255-40f6-8058-1b45656ba57b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.868Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:03.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 60b17dde-c255-40f6-8058-1b45656ba57b 68951
2022-03-15T06:15:03.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:03.875Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:03.876Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324903872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:03.978Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:15:03.984Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:03.984Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:03.997Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:03.998Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:04.877Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:15:04.880Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:04.881Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60b17dde-c255-40f6-8058-1b45656ba57b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:05.034Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18361175742091064411/Definitions/service-BasicCnf-template.yml
2022-03-15T06:15:06.217Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d3127ca-4a73-49a0-8640-dbcbb7cdcf89
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.225Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.226Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.226Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:06.226Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.226Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ad66c639-dda3-45f7-833e-057213ea564f
Model Version:NULL
Model InvariantUuid:0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2080b75a-3508-4f3e-a0b6-97f4c27cfdf1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b7678bb-074f-4402-aee6-f6d82f99b5b9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:70e6aeab-4207-4a4b-845f-a83524b23eb7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53509eef-1edc-4a7d-9ba6-81a5b69f3673
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4fd0181d-92b6-4883-9f72-1ee56ef3e64a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d3127ca-4a73-49a0-8640-dbcbb7cdcf89
ModelInvariantUuid:659b2920-fcc6-4aa9-b9f8-dbccc8e9a9a2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:521422e4-051e-43d4-a119-d8cf50343323
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:cec649d3-fcab-41f9-9e21-0151651f240a
ModelInvariantUuid:4a98917e-11bc-4080-8c34-bf18e50eb2e6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fda75388-308c-4eee-824a-fbd50b5f4142
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:15:06.232Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 81a5a43a-9396-4349-b335-8b4fd5c66d48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:15:06.234Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-03-15T06:15:06.234Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81a5a43a-9396-4349-b335-8b4fd5c66d48
2022-03-15T06:15:06.235Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1b8cbfd9-f9ee-4461-a192-c33e346851fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T06:15:06.235Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:06.235Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T06:15:06.644Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:06.644Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1b8cbfd9-f9ee-4461-a192-c33e346851fc 12
2022-03-15T06:15:06.644Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T06:15:06.645Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T06:15:06.645Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:06.645Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:06.647Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:06.647Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324906644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:06.747Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:06.748Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:06.748Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:06.766Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:06.766Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:07.648Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 568fafa4-2a86-4278-9da4-04750653dada from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T06:15:07.649Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:07.649Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T06:15:07.962Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:07.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 568fafa4-2a86-4278-9da4-04750653dada 2688
2022-03-15T06:15:07.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T06:15:07.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T06:15:07.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:07.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:07.965Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:07.965Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324907963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:08.065Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:08.066Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:08.066Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:08.079Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:08.079Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:15:08.969Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T06:15:08.969Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:08.969Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T06:15:09.165Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:09.166Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1 828
2022-03-15T06:15:09.166Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T06:15:09.166Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T06:15:09.166Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:09.167Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:09.169Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:09.169Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324909166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:09.269Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:09.270Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:09.270Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:09.283Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:09.283Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:10.169Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53509eef-1edc-4a7d-9ba6-81a5b69f3673",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fd0181d-92b6-4883-9f72-1ee56ef3e64a",
    "vfModuleModelCustomizationUUID": "e9c0d977-0300-4a8f-af42-5b09ba77ac13",
    "isBase": true,
    "artifacts": [
      "568fafa4-2a86-4278-9da4-04750653dada",
      "210c39d4-4057-4b30-8abb-a66e37353f20",
      "cf525580-fcde-4149-bf74-c991e86d86b6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:15:10.174Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd0181d-92b6-4883-9f72-1ee56ef3e64a
VfModuleModelInvariantUUID:53509eef-1edc-4a7d-9ba6-81a5b69f3673
VfModuleModelDescription:NULL
Artifacts UUID List:{
568fafa4-2a86-4278-9da4-04750653dada
,
210c39d4-4057-4b30-8abb-a66e37353f20
,
cf525580-fcde-4149-bf74-c991e86d86b6

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

isBase:true


}

2022-03-15T06:15:10.175Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53509eef-1edc-4a7d-9ba6-81a5b69f3673",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fd0181d-92b6-4883-9f72-1ee56ef3e64a",
    "vfModuleModelCustomizationUUID": "e9c0d977-0300-4a8f-af42-5b09ba77ac13",
    "isBase": true,
    "artifacts": [
      "568fafa4-2a86-4278-9da4-04750653dada",
      "210c39d4-4057-4b30-8abb-a66e37353f20",
      "cf525580-fcde-4149-bf74-c991e86d86b6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:15:10.175Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd0181d-92b6-4883-9f72-1ee56ef3e64a
VfModuleModelInvariantUUID:53509eef-1edc-4a7d-9ba6-81a5b69f3673
VfModuleModelDescription:NULL
Artifacts UUID List:{
568fafa4-2a86-4278-9da4-04750653dada
,
210c39d4-4057-4b30-8abb-a66e37353f20
,
cf525580-fcde-4149-bf74-c991e86d86b6

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

isBase:true


}

2022-03-15T06:15:10.176Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 210c39d4-4057-4b30-8abb-a66e37353f20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T06:15:10.176Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:10.176Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T06:15:10.375Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:10.376Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 210c39d4-4057-4b30-8abb-a66e37353f20 1164
2022-03-15T06:15:10.377Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T06:15:10.377Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T06:15:10.377Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:10.377Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:10.379Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:10.380Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324910377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:10.480Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:10.481Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:10.481Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:10.495Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:10.496Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:15:11.381Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf525580-fcde-4149-bf74-c991e86d86b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T06:15:11.381Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:11.381Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T06:15:11.743Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:11.744Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cf525580-fcde-4149-bf74-c991e86d86b6 200
2022-03-15T06:15:11.744Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T06:15:11.744Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T06:15:11.744Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:11.745Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:11.747Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:11.747Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324911744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:15:11.847Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:11.848Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:11.848Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:11.860Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:11.860Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:12.747Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad66c639-dda3-45f7-833e-057213ea564f
2022-03-15T06:15:12.748Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 81a5a43a-9396-4349-b335-8b4fd5c66d48 ASDC
2022-03-15T06:15:12.757Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:15:12.767Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@498a6a50, org.onap.sdc.toscaparser.api.parameters.Input@3dfda107, org.onap.sdc.toscaparser.api.parameters.Input@f54b072, org.onap.sdc.toscaparser.api.parameters.Input@b01cd11, org.onap.sdc.toscaparser.api.parameters.Input@1143fecb]
2022-03-15T06:15:12.768Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.768Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.768Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-15T06:15:12.769Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 70e6aeab-4207-4a4b-845f-a83524b23eb7
2022-03-15T06:15:12.769Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70e6aeab-4207-4a4b-845f-a83524b23eb7 matches Tosca VF Customization UUID: 70e6aeab-4207-4a4b-845f-a83524b23eb7
2022-03-15T06:15:12.769Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 70e6aeab-4207-4a4b-845f-a83524b23eb7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T06:15:12.772Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.772Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.773Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 70e6aeab-4207-4a4b-845f-a83524b23eb7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-15T06:15:12.773Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e775e24
2022-03-15T06:15:12.773Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.773Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:15:12.774Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9c0d977-0300-4a8f-af42-5b09ba77ac13
2022-03-15T06:15:12.774Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9c0d977-0300-4a8f-af42-5b09ba77ac13
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T06:15:12.777Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.777Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:12.777Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:12.777Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T06:15:12.778Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d3127ca-4a73-49a0-8640-dbcbb7cdcf89
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:15:12.781Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.781Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:12.781Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:12.781Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.781Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:12.782Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=70e6aeab-4207-4a4b-845f-a83524b23eb7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:15:12.783Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.783Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.783Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad66c639-dda3-45f7-833e-057213ea564f: basic_cnf
2022-03-15T06:15:12.783Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.784Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.785Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.785Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:15:12.785Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:12.785Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2022-03-15T06:15:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:15:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:15:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:15:12.862Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 81a5a43a-9396-4349-b335-8b4fd5c66d48 1 ASDC deployResourceStructure
2022-03-15T06:15:12.863Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T06:15:12.864Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-15T06:15:12.864Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T06:15:12.864Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:12.866Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:12.867Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324912863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T06:15:12.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:12.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324840674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:15:12.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:15:12.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324841187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:15:12.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:15:12.967Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:12.968Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:12.968Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:12.991Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:12.992Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:13.868Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T06:15:13.868Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-15T06:15:13.868Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T06:15:13.869Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:13.870Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:13.870Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324913867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T06:15:13.970Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:15:13.972Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:13.972Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:13.986Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:13.987Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:14.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T06:15:14.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T06:15:14.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:15:14.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:14.875Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:14.875Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324914872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:15:14.975Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:14.977Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:14.977Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:14.990Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:14.991Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:15.876Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T06:15:15.876Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T06:15:15.877Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:15:15.877Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:15.879Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:15.879Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324915876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:15:15.979Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:15.980Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:15.980Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:15.994Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:15.995Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:15:16.880Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T06:15:16.880Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T06:15:16.880Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:15:16.881Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:16.883Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:16.883Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324916880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:15:16.983Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:16.984Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:16.984Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:16.996Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:16.997Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:17.885Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T06:15:17.885Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:17.885Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:15:17.886Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:17.887Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:17.887Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324917884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:15:17.988Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:17.989Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:17.989Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:18.004Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:15:18.005Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:15:18.895Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:15:18.905Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:15:18.909Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:15:18.909Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:15:18.909Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:15:48.910Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:15:48.923Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:15:48.925Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:15:48.925Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:15:48.925Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:16:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:16:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:16:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:16:12.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:16:12.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:16:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324843972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:16:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:16:18.926Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:16:18.935Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:16:18.937Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:16:18.937Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:16:18.937Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:16:48.938Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:16:48.948Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:16:48.951Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:16:48.951Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:16:48.951Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:17:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:17:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:17:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:12.864Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324854618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324854278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324855282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324855905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "policy-id",
  "timestamp": 1647324856286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:12.898Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:12.898Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:12.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324857114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324847378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324858430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324857585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324859487,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:12.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:12.919Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:17:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "cds",
  "timestamp": 1647324858591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:12.931Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:12.931Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324860490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324865475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324867707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324870119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324870169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324870585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324871173,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:12.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:12.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:12.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324871821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324871968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:12.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "cds",
  "timestamp": 1647324871591,
  "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-03-15T06:17:12.998Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:12.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324873323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324872973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "policy-id",
  "timestamp": 1647324873976,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.015Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:13.015Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324874353,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.031Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:13.031Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:17:13.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324875357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324860674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324875526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324876992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324876660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324878154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "aai-ml",
  "timestamp": 1647324877664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:13.055Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324879158,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.076Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:17:13.076Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324878527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324879537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "clamp",
  "timestamp": 1647324879546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab7f8146-b760-4c33-adb2-cee563fcb053
2022-03-15T06:17:13.094Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab7f8146-b760-4c33-adb2-cee563fcb053 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324862378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324880984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324863972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324882202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "cds",
  "timestamp": 1647324881991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.115Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:17:13.116Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324861494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324883086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324883207,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:13.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324884091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "policy-id",
  "timestamp": 1647324885094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.154Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:17:13.154Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324885877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324889050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324857723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324892436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324894418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324894160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324895423,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.182Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:17:13.182Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324882996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324884396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324880674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324886096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "aai-ml",
  "timestamp": 1647324895163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.200Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:13.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324896822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324898116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324897777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324897528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324898782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324899409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "policy-id",
  "timestamp": 1647324899784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.234Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:17:13.234Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "cds",
  "timestamp": 1647324899418,
  "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-03-15T06:17:13.251Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:17:13.251Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324899536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324901106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "clamp",
  "timestamp": 1647324900540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.277Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
2022-03-15T06:17:13.277Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324902143,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:17:13.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:17:13.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324903146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324903872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324855243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324896427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324904576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324905521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324906644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324907963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324907974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324909166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324908979,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:13.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:17:13.316Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:17:13.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324855921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324910377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324911744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324910674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:17:13.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:17:18.951Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:17:18.963Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.966Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.967Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:17:18.967Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:17:18.973Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:17:48.973Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab7f8146-b760-4c33-adb2-cee563fcb053 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:17:48.979Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab7f8146-b760-4c33-adb2-cee563fcb053 and serviceModelVersionId: ad66c639-dda3-45f7-833e-057213ea564f
2022-03-15T06:17:48.979Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7
2022-03-15T06:17:48.980Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0
2022-03-15T06:17:48.986Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:17:49.039Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|INFO|500||Invoke
2022-03-15T06:17:49.039Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab7f8146-b760-4c33-adb2-cee563fcb053], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dff8aa20-b377-411d-8d9c-eb46e0291f9c], X-ECOMP-RequestID=[ab7f8146-b760-4c33-adb2-cee563fcb053], X-TransactionId=[], X-ONAP-RequestID=[ab7f8146-b760-4c33-adb2-cee563fcb053], Content-Type=[application/merge-patch+json]}
2022-03-15T06:17:49.060Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:17:49.366Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-06:17:48:785-48069], vertex-id=[241680], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:17:48 GMT], Content-Type=[application/json]}
2022-03-15T06:17:49.366Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:17:49.367Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7/model-vers/model-ver/ad66c639-dda3-45f7-833e-057213ea564f?depth=0|INFO|500||InvokeReturn
2022-03-15T06:17:49.367Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:17:49.368Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:17:49.374Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:17:49.375Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab7f8146-b760-4c33-adb2-cee563fcb053 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:17:49.375Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:17:49.376Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:49.378Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:49.378Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325069375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:17:49.478Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:49.480Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:49.480Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:49.497Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:49.497Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:17:50.388Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:17:50.389Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"06a3ecf2-78b3-41c8-ada3-1eedcec68de9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fc14ce72-06dd-4938-b4e0-7d9fa160be2f","serviceDescription":"service","serviceInvariantUUID":"99bb17c5-f2b7-4a7e-afa0-564c3962e9e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1907f852-0e1a-437e-942d-1437c55f1e03","resourceInvariantUUID":"2542f4dd-74c0-4fe7-a3ff-a73abd5df647","resourceCustomizationUUID":"2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d","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":"YzQ0M2U0NzJlNmRmYWM3OGZmYTUxNTE2NGMzYWI3YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"819a6246-0071-4e65-9e11-78d9f591107c","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":"NzA2OTBjNzg3ODZlMDNhYTZiMDdiNWE3MWUzOGQ1MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59e5b4b4-7e5b-4bd1-a816-bcbe32f9872e","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":"cac4d484-2eb7-4dd5-850c-14e6327c4455","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":"b0070e04-6030-4f93-8317-e56e7dba5bc7","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":"69b7124a-0102-400f-b052-bb22960e41ca","artifactVersion":"2","generatedFromUUID":"cac4d484-2eb7-4dd5-850c-14e6327c4455"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTU3NWM3Mzc3ZWVjOTllYTdmNDFlNTFhZjJkN2Q1YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36139996-2a81-4d23-9110-81b62a873650","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2U4YWFjYTkwM2ZlZjU1ZDA5ZjBkMDk0OTllZjgzNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1803d2ff-7218-42f8-9c74-23a1828c868b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:17:50.389Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:50.389Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:50.391Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:50.391Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:50.491Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:50.492Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:50.492Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:50.506Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:50.507Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:51.392Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:51.395Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:51.398Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:51.398Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:17:51.498Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:51.499Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:51.499Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:51.511Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:51.511Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:52.399Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:52.400Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:52.402Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:52.402Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:17:52.502Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:52.503Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:52.503Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:52.517Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:52.517Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:53.403Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:53.404Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:53.405Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:53.405Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:53.505Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:53.506Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:53.506Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:53.519Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:53.520Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:54.406Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:54.406Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:54.408Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:54.408Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:17:54.508Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:17:54.509Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:54.509Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:54.530Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:54.530Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:55.409Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:55.410Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:55.412Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:55.413Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:17:55.513Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:55.514Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:55.514Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:55.535Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:55.536Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:56.413Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:17:56.414Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:56.417Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:56.417Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:17:56.517Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:56.518Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:56.518Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:56.534Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:56.535Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:57.419Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "fc14ce72-06dd-4938-b4e0-7d9fa160be2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "99bb17c5-f2b7-4a7e-afa0-564c3962e9e5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1907f852-0e1a-437e-942d-1437c55f1e03",
      "resourceInvariantUUID": "2542f4dd-74c0-4fe7-a3ff-a73abd5df647",
      "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": "NzA2OTBjNzg3ODZlMDNhYTZiMDdiNWE3MWUzOGQ1MjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59e5b4b4-7e5b-4bd1-a816-bcbe32f9872e",
          "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": "cac4d484-2eb7-4dd5-850c-14e6327c4455",
          "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": "69b7124a-0102-400f-b052-bb22960e41ca",
            "generatedFromUUID": "cac4d484-2eb7-4dd5-850c-14e6327c4455"
          },
          "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": "69b7124a-0102-400f-b052-bb22960e41ca",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2U4YWFjYTkwM2ZlZjU1ZDA5ZjBkMDk0OTllZjgzNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1803d2ff-7218-42f8-9c74-23a1828c868b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:17:57.419Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:17:57.419Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc14ce72-06dd-4938-b4e0-7d9fa160be2f ASDC
2022-03-15T06:17:57.420Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:06a3ecf2-78b3-41c8-ada3-1eedcec68de9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fc14ce72-06dd-4938-b4e0-7d9fa160be2f
ServiceInvariantUUID:99bb17c5-f2b7-4a7e-afa0-564c3962e9e5
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:1803d2ff-7218-42f8-9c74-23a1828c868b
ArtifactChecksum:M2U4YWFjYTkwM2ZlZjU1ZDA5ZjBkMDk0OTllZjgzNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d
ResourceInvariantUUID:2542f4dd-74c0-4fe7-a3ff-a73abd5df647
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1907f852-0e1a-437e-942d-1437c55f1e03
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:59e5b4b4-7e5b-4bd1-a816-bcbe32f9872e
ArtifactChecksum:NzA2OTBjNzg3ODZlMDNhYTZiMDdiNWE3MWUzOGQ1MjU=
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:cac4d484-2eb7-4dd5-850c-14e6327c4455
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:69b7124a-0102-400f-b052-bb22960e41ca
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:69b7124a-0102-400f-b052-bb22960e41ca
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T06:17:57.420Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc14ce72-06dd-4938-b4e0-7d9fa160be2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:17:57.452Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:17:57.452Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:17:57.453Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:17:57.453Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1803d2ff-7218-42f8-9c74-23a1828c868b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T06:17:57.453Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:17:57.453Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T06:17:58.462Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:17:58.467Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1803d2ff-7218-42f8-9c74-23a1828c868b 71069
2022-03-15T06:17:58.467Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-15T06:17:58.467Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T06:17:58.468Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:17:58.468Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:17:58.470Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:17:58.470Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325078467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:17:58.570Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:17:58.571Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:17:58.571Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:17:58.583Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:17:58.583Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:17:59.471Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:17:59.472Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:17:59.472Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1803d2ff-7218-42f8-9c74-23a1828c868b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:17:59.473Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-15T06:17:59.473Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:17:59.473Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:17:59.623Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP768232917804967353/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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T06:18:00.866Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:18:00.866Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.867Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:00.868Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:18:00.869Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:18:00.869Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.869Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.870Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:00.870Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:18:00.870Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:18:00.871Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.871Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.871Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.871Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T06:18:00.872Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T06:18:00.872Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T06:18:00.872Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T06:18:00.872Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:18:00.873Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:18:00.873Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.873Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:18:00.873Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.873Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:00.874Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:00.874Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.874Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:00.874Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T06:18:00.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T06:18:00.876Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:18:00.876Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5430698e-d73f-436c-830f-bf2215c72254
2022-03-15T06:18:00.876Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.876Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.876Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:00.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:00.878Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:fc14ce72-06dd-4938-b4e0-7d9fa160be2f
Model Version:NULL
Model InvariantUuid:99bb17c5-f2b7-4a7e-afa0-564c3962e9e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e9a00112-3269-49b7-abe7-563ceb2081fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2542f4dd-74c0-4fe7-a3ff-a73abd5df647
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e8187f27-26d4-4564-8462-eca87c3bf1a6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8eefbae4-ec8c-4e18-9853-5ff78c6c0f63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5430698e-d73f-436c-830f-bf2215c72254
ModelInvariantUuid:6453495f-49b2-471c-b047-9c5cb3140a53
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9e85369e-070c-4858-afe7-0ce88caa0095
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b283cdb7-fa45-4489-bb93-9e1feff24978
ModelInvariantUuid:1f2b8529-a2a9-4510-959d-3584d5c932fc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0556a3ba-84ea-4493-9a49-9cab8bc689d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:18:00.884Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1907f852-0e1a-437e-942d-1437c55f1e03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:00.888Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-03-15T06:18:00.888Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1907f852-0e1a-437e-942d-1437c55f1e03
2022-03-15T06:18:00.888Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59e5b4b4-7e5b-4bd1-a816-bcbe32f9872e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T06:18:00.888Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:18:00.888Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:01.271Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:18:01.272Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 59e5b4b4-7e5b-4bd1-a816-bcbe32f9872e 787
2022-03-15T06:18:01.272Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:01.272Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:01.272Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:18:01.272Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:01.274Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:01.274Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325081272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:01.374Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:01.375Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:01.375Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:01.389Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:01.389Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:02.275Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e8187f27-26d4-4564-8462-eca87c3bf1a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8eefbae4-ec8c-4e18-9853-5ff78c6c0f63",
    "vfModuleModelCustomizationUUID": "35e4fe86-cc8e-48d5-9e99-909d804f0462",
    "isBase": true,
    "artifacts": [
      "cac4d484-2eb7-4dd5-850c-14e6327c4455",
      "69b7124a-0102-400f-b052-bb22960e41ca"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:18:02.278Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eefbae4-ec8c-4e18-9853-5ff78c6c0f63
VfModuleModelInvariantUUID:e8187f27-26d4-4564-8462-eca87c3bf1a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
cac4d484-2eb7-4dd5-850c-14e6327c4455
,
69b7124a-0102-400f-b052-bb22960e41ca

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

isBase:true


}

2022-03-15T06:18:02.280Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e8187f27-26d4-4564-8462-eca87c3bf1a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8eefbae4-ec8c-4e18-9853-5ff78c6c0f63",
    "vfModuleModelCustomizationUUID": "35e4fe86-cc8e-48d5-9e99-909d804f0462",
    "isBase": true,
    "artifacts": [
      "cac4d484-2eb7-4dd5-850c-14e6327c4455",
      "69b7124a-0102-400f-b052-bb22960e41ca"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:18:02.280Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eefbae4-ec8c-4e18-9853-5ff78c6c0f63
VfModuleModelInvariantUUID:e8187f27-26d4-4564-8462-eca87c3bf1a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
cac4d484-2eb7-4dd5-850c-14e6327c4455
,
69b7124a-0102-400f-b052-bb22960e41ca

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

isBase:true


}

2022-03-15T06:18:02.280Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cac4d484-2eb7-4dd5-850c-14e6327c4455 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T06:18:02.280Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:18:02.280Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:02.759Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:18:02.760Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cac4d484-2eb7-4dd5-850c-14e6327c4455 5033
2022-03-15T06:18:02.760Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:02.760Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:02.760Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:18:02.760Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:02.762Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:02.762Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325082760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:02.862Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:02.863Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:02.864Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:02.877Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:02.878Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:03.763Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69b7124a-0102-400f-b052-bb22960e41ca from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T06:18:03.763Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:18:03.764Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:04.267Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:18:04.267Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 69b7124a-0102-400f-b052-bb22960e41ca 903
2022-03-15T06:18:04.267Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:04.267Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:04.268Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:18:04.268Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:04.269Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:04.269Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325084267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:04.370Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:04.371Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:04.371Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:04.391Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:04.392Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:05.270Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fc14ce72-06dd-4938-b4e0-7d9fa160be2f
2022-03-15T06:18:05.271Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1907f852-0e1a-437e-942d-1437c55f1e03 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:05.282Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9021c32, org.onap.sdc.toscaparser.api.parameters.Input@2fe9acd6, org.onap.sdc.toscaparser.api.parameters.Input@2bf55e72, org.onap.sdc.toscaparser.api.parameters.Input@14ef2316, org.onap.sdc.toscaparser.api.parameters.Input@d155e35]
2022-03-15T06:18:05.283Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.284Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.284Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-15T06:18:05.284Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d
2022-03-15T06:18:05.284Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d matches Tosca VF Customization UUID: 2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d
2022-03-15T06:18:05.284Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T06:18:05.286Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.286Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e56054
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35e4fe86-cc8e-48d5-9e99-909d804f0462
2022-03-15T06:18:05.287Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35e4fe86-cc8e-48d5-9e99-909d804f0462
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T06:18:05.289Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.289Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:05.289Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T06:18:05.290Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T06:18:05.291Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:18:05.291Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5430698e-d73f-436c-830f-bf2215c72254
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T06:18:05.293Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2bab2aea-7ed1-4676-b9b4-00a3dcd7f38d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fc14ce72-06dd-4938-b4e0-7d9fa160be2f: basic_vm
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.295Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.296Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:05.297Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:05.297Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:05.378Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1907f852-0e1a-437e-942d-1437c55f1e03 1 ASDC deployResourceStructure
2022-03-15T06:18:05.378Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:05.378Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:05.378Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:18:05.378Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:05.380Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:05.380Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325085378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:05.480Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:05.481Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:05.481Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:05.493Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:05.494Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:06.381Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:06.382Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:06.382Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:18:06.382Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:06.384Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:06.384Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325086381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:06.485Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:18:06.485Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:06.486Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:06.502Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:06.502Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:07.385Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:07.386Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||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-03-15T06:18:07.386Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:18:07.386Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:07.388Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:07.388Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325087385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:07.488Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:07.489Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:07.490Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:07.505Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:07.506Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:08.389Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-15T06:18:08.389Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T06:18:08.389Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:18:08.390Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:08.392Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:08.392Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325088389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:08.491Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:18:08.493Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:08.493Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:08.505Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:08.506Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:09.393Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:18:09.410Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a3ecf2-78b3-41c8-ada3-1eedcec68de9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.412Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.413Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.413Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:09.413Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:09.417Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:18:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:18:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:18:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:12.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324912863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T06:18:12.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "aai-ml",
  "timestamp": 1647324911678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:12.883Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:18:12.883Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324913867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T06:18:12.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324914872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324915876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324915532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324916880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324917884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324917540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "clamp",
  "timestamp": 1647324918543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:12.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 746ee243-91bc-4628-a141-b3913182d973
2022-03-15T06:18:12.910Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746ee243-91bc-4628-a141-b3913182d973 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324921406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324919548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324920674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324917723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647324921187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324931766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324931627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324922378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324923972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324932793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324932275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324932997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647324933797,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:12.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324933894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324933660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "aai-ml",
  "timestamp": 1647324933279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:12.970Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:18:12.970Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324934898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:12.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:12.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647324934665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:12.984Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:12.984Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:12.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:12.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "cds",
  "timestamp": 1647324934233,
  "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-03-15T06:18:12.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:12.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:13.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "policy-id",
  "timestamp": 1647324935900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:13.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:13.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:13.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324939535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324942539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324934282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:13.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "clamp",
  "timestamp": 1647324943543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:13.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d720646-6260-49e2-95c5-a0b0c8842718
2022-03-15T06:18:13.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d720646-6260-49e2-95c5-a0b0c8842718 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324944177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324950308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "aai-ml",
  "timestamp": 1647324951313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:13.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:13.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:13.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324944546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324962538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324965540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:18:13.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "clamp",
  "timestamp": 1647324966544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:13.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41f97e11-b793-421c-bc82-1005372b1dd5
2022-03-15T06:18:13.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f97e11-b793-421c-bc82-1005372b1dd5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:18:39.418Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:18:39.423Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and serviceModelVersionId: fc14ce72-06dd-4938-b4e0-7d9fa160be2f
2022-03-15T06:18:39.424Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99bb17c5-f2b7-4a7e-afa0-564c3962e9e5
2022-03-15T06:18:39.424Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0
2022-03-15T06:18:39.430Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:18:39.476Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T06:18:39.478Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0|INFO|500||Invoke
2022-03-15T06:18:39.503Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:18:39.860Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0|INFO|500||InvokeReturn
2022-03-15T06:18:39.862Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99bb17c5-f2b7-4a7e-afa0-564c3962e9e5/model-vers/model-ver/fc14ce72-06dd-4938-b4e0-7d9fa160be2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-06:18:39:228-84766], vertex-id=[258064], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:18:39 GMT], Content-Type=[application/json]}
2022-03-15T06:18:39.863Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:18:39.863Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:18:39.864Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:39.872Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:18:39.874Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06a3ecf2-78b3-41c8-ada3-1eedcec68de9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:18:39.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:18:39.875Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:39.877Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:39.878Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325119874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:18:39.977Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:18:39.978Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:39.978Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:39.995Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:39.995Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:18:40.891Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:18:40.891Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"746ee243-91bc-4628-a141-b3913182d973","serviceName":"Demo_pNF_dOl91eyxQNi3nsm4xrUb","serviceVersion":"1.0","serviceUUID":"0c8e8bb5-2467-4f98-99c1-09897be275cc","serviceDescription":"catalog service description","serviceInvariantUUID":"2a619517-6c3b-474d-bb30-b09e937fe8ef","resources":[{"resourceInstanceName":"pNF 64419a90-fc7b 0","resourceName":"pNF 64419a90-fc7b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d6081cc-204d-42aa-bfe5-b8e783b2f2fe","resourceInvariantUUID":"d5646b55-89a7-4ebf-97a4-c5fdef5cb3d5","resourceCustomizationUUID":"4e0c585c-89db-41fb-aa4a-928381a164d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmYxZDQxZjRlZWQzNmE4ZDFlZjA1NzkwZDk5MDFmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"675e2dca-eb7b-4450-9468-1ba763afe90c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar","artifactChecksum":"OGFiZDUyMzdlNGQxZDVjZDY3NWM2MTRkOWNlNDVjMGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7bf00d1-9122-41d4-b55f-0146f9a2914f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6ad1291-dc9f-469b-a0ec-a046737e2bbf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIwZjcxM2VkNzg3MjI3MTAxMjUzZjE1MjgxOWQ4NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"278b8263-4683-49b1-b139-0500f0d0b364","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aef87606-650b-450f-a1da-45a4fb38b1ea","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"111ff775-9cbf-4599-b7b8-0c20430c753e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDol91eyxqni3nsm4xrub-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml","artifactChecksum":"MDkxMTgyMmExODIxNzFjMzc1ZTVkYTZkOGM3NGQ4Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53d84d1c-b4fd-451e-aabb-956a5b083b31","artifactVersion":"1"},{"artifactName":"service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar","artifactChecksum":"ZDQ5NjMzYzhiYTMzYjczNTNiNjMyMDg4ZDY2MzNjMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:18:40.894Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:40.894Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:40.896Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:40.896Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:40.997Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:40.997Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:40.998Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:41.014Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:41.015Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:41.898Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:41.899Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:41.901Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:41.902Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:42.001Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:18:42.002Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:42.002Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:42.014Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:42.014Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:42.902Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:42.903Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:42.905Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:42.905Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:43.006Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:18:43.007Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:43.007Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:43.019Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:43.019Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:43.907Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:43.908Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:43.911Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:43.911Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:44.011Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:44.012Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:44.012Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:44.024Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:44.025Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:18:44.914Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:44.914Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:44.916Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:44.916Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:45.017Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:45.017Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:45.018Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:45.029Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:45.029Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:45.917Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:45.918Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:45.919Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:45.920Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:46.020Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:18:46.021Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:46.021Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:46.033Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:46.033Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:46.920Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:46.921Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:46.923Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:46.923Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:18:47.023Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:47.024Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:47.024Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:47.041Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:47.042Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:18:47.923Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:18:47.924Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:47.926Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:47.926Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:18:48.026Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:48.027Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:48.028Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:48.040Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:48.040Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:48.927Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "serviceName": "Demo_pNF_dOl91eyxQNi3nsm4xrUb",
  "serviceVersion": "1.0",
  "serviceUUID": "0c8e8bb5-2467-4f98-99c1-09897be275cc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2a619517-6c3b-474d-bb30-b09e937fe8ef",
  "resources": [
    {
      "resourceInstanceName": "pNF 64419a90-fc7b 0",
      "resourceCustomizationUUID": "4e0c585c-89db-41fb-aa4a-928381a164d4",
      "resourceName": "pNF 64419a90-fc7b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1d6081cc-204d-42aa-bfe5-b8e783b2f2fe",
      "resourceInvariantUUID": "d5646b55-89a7-4ebf-97a4-c5fdef5cb3d5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
      "artifactChecksum": "ZDQ5NjMzYzhiYTMzYjczNTNiNjMyMDg4ZDY2MzNjMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:18:48.927Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:18:48.927Z|06a3ecf2-78b3-41c8-ada3-1eedcec68de9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c8e8bb5-2467-4f98-99c1-09897be275cc ASDC
2022-03-15T06:18:48.928Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:746ee243-91bc-4628-a141-b3913182d973
ServiceName:Demo_pNF_dOl91eyxQNi3nsm4xrUb
ServiceVersion:1.0
ServiceUUID:0c8e8bb5-2467-4f98-99c1-09897be275cc
ServiceInvariantUUID:2a619517-6c3b-474d-bb30-b09e937fe8ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
ArtifactUUID:d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7
ArtifactChecksum:ZDQ5NjMzYzhiYTMzYjczNTNiNjMyMDg4ZDY2MzNjMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64419a90-fc7b 0
ResourceCustomizationUUID:4e0c585c-89db-41fb-aa4a-928381a164d4
ResourceInvariantUUID:d5646b55-89a7-4ebf-97a4-c5fdef5cb3d5
ResourceName:pNF 64419a90-fc7b
ResourceType:PNF
ResourceUUID:1d6081cc-204d-42aa-bfe5-b8e783b2f2fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T06:18:48.928Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c8e8bb5-2467-4f98-99c1-09897be275cc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:18:48.950Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:18:48.951Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:18:48.951Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:18:48.951Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7 from URL: /sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:48.951Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:18:48.951Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:49.540Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:18:49.543Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7 82642
2022-03-15T06:18:49.544Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar ASDC sendASDCNotification
2022-03-15T06:18:49.544Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:49.544Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:18:49.544Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:49.546Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:49.546Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325129544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:18:49.646Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:18:49.647Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:49.648Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:49.661Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:49.661Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:50.547Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:18:50.548Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:18:50.548Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d15eae2a-20fa-4ee0-b5ed-b10d5dda46a7, URL: /sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar to file: /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:50.548Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:50.549Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:50.549Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:50.661Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15533866301887476703/Definitions/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml
2022-03-15T06:18:51.396Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:18:51.396Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:18:51.396Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64419a90-fc7b 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-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:18:51.397Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Node template pNF 64419a90-fc7b 0 is matching search criteria
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 64419a90-fc7b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.398Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Node template pNF 64419a90-fc7b 0 is matching search criteria
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 64419a90-fc7b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.399Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.400Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dOl91eyxQNi3nsm4xrUb
Description:catalog service description
Model UUID:0c8e8bb5-2467-4f98-99c1-09897be275cc
Model Version:NULL
Model InvariantUuid:2a619517-6c3b-474d-bb30-b09e937fe8ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:18:51.407Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d6081cc-204d-42aa-bfe5-b8e783b2f2fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:51.412Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||pNF 64419a90-fc7b 0
2022-03-15T06:18:51.412Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d6081cc-204d-42aa-bfe5-b8e783b2f2fe
2022-03-15T06:18:51.413Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0c8e8bb5-2467-4f98-99c1-09897be275cc
2022-03-15T06:18:51.413Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c8e8bb5-2467-4f98-99c1-09897be275cc
2022-03-15T06:18:51.413Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64419a90-fc7b 0 1d6081cc-204d-42aa-bfe5-b8e783b2f2fe ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:18:51.418Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@558cef77, org.onap.sdc.toscaparser.api.parameters.Input@713f7169, org.onap.sdc.toscaparser.api.parameters.Input@60716da2, org.onap.sdc.toscaparser.api.parameters.Input@30c5dfda, org.onap.sdc.toscaparser.api.parameters.Input@20079e2]
2022-03-15T06:18:51.419Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.419Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.419Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c8e8bb5-2467-4f98-99c1-09897be275cc: pNF 64419a90-fc7b
2022-03-15T06:18:51.419Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1d6081cc-204d-42aa-bfe5-b8e783b2f2fe
2022-03-15T06:18:51.419Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:18:51.420Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dOl91eyxQNi3nsm4xrUb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:18:51.420Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4e0c585c-89db-41fb-aa4a-928381a164d4 is the same as notified resource customizationUUID: 4e0c585c-89db-41fb-aa4a-928381a164d4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T06:18:51.472Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64419a90-fc7b 1d6081cc-204d-42aa-bfe5-b8e783b2f2fe 0 ASDC deployResourceStructure
2022-03-15T06:18:51.472Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar ASDC sendASDCNotification
2022-03-15T06:18:51.473Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar
2022-03-15T06:18:51.473Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:18:51.473Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:18:51.478Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:18:51.478Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325131472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:18:51.582Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T06:18:51.583Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:18:51.583Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:18:51.597Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:18:51.597Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:18:52.479Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 746ee243-91bc-4628-a141-b3913182d973
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:18:52.490Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 746ee243-91bc-4628-a141-b3913182d973
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:18:52.492Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.493Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.494Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.494Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.494Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:18:52.494Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:18:52.498Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:19:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:19:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:19:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:12.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325069375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:19:12.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:19:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325078467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325081272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325082760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325084267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:12.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325085378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325086381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325087385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:19:12.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325088389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:12.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:19:22.498Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 746ee243-91bc-4628-a141-b3913182d973 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:19:22.506Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 746ee243-91bc-4628-a141-b3913182d973 and serviceModelVersionId: 0c8e8bb5-2467-4f98-99c1-09897be275cc
2022-03-15T06:19:22.506Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a619517-6c3b-474d-bb30-b09e937fe8ef
2022-03-15T06:19:22.507Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0
2022-03-15T06:19:22.510Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:19:22.548Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T06:19:22.549Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0|INFO|500||Invoke
2022-03-15T06:19:22.567Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:19:22.653Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0|INFO|500||InvokeReturn
2022-03-15T06:19:22.654Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a619517-6c3b-474d-bb30-b09e937fe8ef/model-vers/model-ver/0c8e8bb5-2467-4f98-99c1-09897be275cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-06:19:22:293-22608], vertex-id=[225480], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:19:22 GMT], Content-Type=[application/json]}
2022-03-15T06:19:22.654Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:19:22.655Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:19:22.655Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:19:22.659Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:19:22.659Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 746ee243-91bc-4628-a141-b3913182d973 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:19:22.660Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:19:22.660Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:22.662Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:22.662Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325162659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:19:22.762Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:22.763Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:22.763Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:22.778Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:22.779Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:19:23.677Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:19:23.678Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d720646-6260-49e2-95c5-a0b0c8842718","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7f115390-1c3d-4c98-822a-2d911b486181","serviceDescription":"service","serviceInvariantUUID":"2b83fcb2-d64a-4c17-9565-270af56331f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda34166-2cdf-48c4-a03f-e78613a9a81c","resourceInvariantUUID":"c8414286-37ec-4838-88cb-65d493f11cfc","resourceCustomizationUUID":"86375a14-b3fe-4b4b-a53b-7ad5371ac48e","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":"YTc0MzNlMTE0YjNhOTY1YzYxNmQwYmI4ODFiNDA0ZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9698e5e3-48b2-4e3c-8d82-57858ffd352f","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":"ZGI2ZjI1ODE2M2UxMDBiZjYzOWFkNzgzZDQxZmU2Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76b6cc2c-1035-40f7-9367-20859ff7d07d","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":"04c96d19-3e53-4803-8593-02bd07a559ba","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":"508d4d1d-c489-4800-bfaa-d8cb15f8ad93","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":"5a056696-de9f-4518-9b4f-3c8f5760f203","artifactVersion":"2","generatedFromUUID":"04c96d19-3e53-4803-8593-02bd07a559ba"},{"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":"OWFjZDhjNDdiZDZkNjUzZTU2OGY2NGNiNTM1MTgyN2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"497a8c0d-0ed2-4ae4-9c1f-258c20b473ca","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":"ODY3ZjY0NGFkNDljN2NjYTQwMTY4ZmE5YmViYzlmODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ff1bc70-95a9-4584-b0c8-a9a9b91d2dc3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWZjM2E1MTY0NTBkNWYyZTY5Y2FjMGQ2Yjg4MmM5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f904f62-8fec-438a-86fb-a3b29f4c82f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:19:23.678Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:23.678Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:23.680Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:23.681Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:23.781Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:19:23.781Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:23.781Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:23.793Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:23.793Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:24.681Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:24.682Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:24.683Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:24.684Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:19:24.784Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:24.785Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:24.785Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:24.810Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:24.810Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:25.684Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:25.685Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:25.687Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:25.687Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:19:25.787Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:25.788Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:25.788Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:25.810Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:25.810Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:26.687Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:26.688Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:26.690Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:26.691Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:26.791Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:26.792Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:26.792Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:26.804Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:26.804Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:27.691Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:27.691Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:27.693Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:27.694Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:19:27.794Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:27.795Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:27.795Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:27.810Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:27.810Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:19:28.694Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:28.694Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:28.696Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:28.696Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:28.796Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:19:28.797Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:28.797Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:28.810Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:28.811Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:29.698Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:29.699Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:29.701Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:29.701Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:19:29.801Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:29.802Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:29.802Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:29.816Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:29.816Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:30.706Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:19:30.707Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:30.708Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:30.709Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:19:30.809Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:30.810Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:30.810Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:30.825Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:30.825Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:19:31.712Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7f115390-1c3d-4c98-822a-2d911b486181",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b83fcb2-d64a-4c17-9565-270af56331f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "86375a14-b3fe-4b4b-a53b-7ad5371ac48e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dda34166-2cdf-48c4-a03f-e78613a9a81c",
      "resourceInvariantUUID": "c8414286-37ec-4838-88cb-65d493f11cfc",
      "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": "ZGI2ZjI1ODE2M2UxMDBiZjYzOWFkNzgzZDQxZmU2Y2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76b6cc2c-1035-40f7-9367-20859ff7d07d",
          "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": "04c96d19-3e53-4803-8593-02bd07a559ba",
          "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": "5a056696-de9f-4518-9b4f-3c8f5760f203",
            "generatedFromUUID": "04c96d19-3e53-4803-8593-02bd07a559ba"
          },
          "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": "5a056696-de9f-4518-9b4f-3c8f5760f203",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWZjM2E1MTY0NTBkNWYyZTY5Y2FjMGQ2Yjg4MmM5MjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9f904f62-8fec-438a-86fb-a3b29f4c82f9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:19:31.712Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:19:31.712Z|746ee243-91bc-4628-a141-b3913182d973|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f115390-1c3d-4c98-822a-2d911b486181 ASDC
2022-03-15T06:19:31.713Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7d720646-6260-49e2-95c5-a0b0c8842718
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7f115390-1c3d-4c98-822a-2d911b486181
ServiceInvariantUUID:2b83fcb2-d64a-4c17-9565-270af56331f9
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:9f904f62-8fec-438a-86fb-a3b29f4c82f9
ArtifactChecksum:MWZjM2E1MTY0NTBkNWYyZTY5Y2FjMGQ2Yjg4MmM5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:86375a14-b3fe-4b4b-a53b-7ad5371ac48e
ResourceInvariantUUID:c8414286-37ec-4838-88cb-65d493f11cfc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dda34166-2cdf-48c4-a03f-e78613a9a81c
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:76b6cc2c-1035-40f7-9367-20859ff7d07d
ArtifactChecksum:ZGI2ZjI1ODE2M2UxMDBiZjYzOWFkNzgzZDQxZmU2Y2U=
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:04c96d19-3e53-4803-8593-02bd07a559ba
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:5a056696-de9f-4518-9b4f-3c8f5760f203
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:5a056696-de9f-4518-9b4f-3c8f5760f203
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T06:19:31.713Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f115390-1c3d-4c98-822a-2d911b486181 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:19:31.746Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:19:31.747Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:19:31.747Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:19:31.747Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f904f62-8fec-438a-86fb-a3b29f4c82f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T06:19:31.747Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:19:31.747Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T06:19:32.947Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:19:32.951Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9f904f62-8fec-438a-86fb-a3b29f4c82f9 78818
2022-03-15T06:19:32.952Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-15T06:19:32.952Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T06:19:32.952Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:19:32.952Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:32.954Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:32.954Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325172952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:33.054Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:33.055Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:33.055Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:33.071Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:33.071Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:33.954Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:19:33.955Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:19:33.956Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9f904f62-8fec-438a-86fb-a3b29f4c82f9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:33.956Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-15T06:19:33.956Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:33.956Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:34.103Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11366055495958923675/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T06:19:35.193Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.194Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:19:35.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.197Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.197Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T06:19:35.197Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T06:19:35.197Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T06:19:35.197Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T06:19:35.198Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:19:35.198Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:19:35.198Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.198Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:19:35.198Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1792cc6b-abbc-4b92-a442-0e1710478310
2022-03-15T06:19:35.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:35.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:35.202Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7f115390-1c3d-4c98-822a-2d911b486181
Model Version:NULL
Model InvariantUuid:2b83fcb2-d64a-4c17-9565-270af56331f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:91a10e0d-e15f-41ff-ac41-b03189fc4366
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8414286-37ec-4838-88cb-65d493f11cfc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86375a14-b3fe-4b4b-a53b-7ad5371ac48e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f7cca365-1931-4bed-a95b-8b6de5a7d1d4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5b4ab58b-b3e1-48c8-ba05-5dc323b1cd6d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1792cc6b-abbc-4b92-a442-0e1710478310
ModelInvariantUuid:0d8e6348-5f80-4b15-b614-1845b6611caf
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4530b7e8-f0ee-4fb2-abf0-e2870879c159
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b9d52425-585f-4dc3-b9d8-bf6a44f9bad5
ModelInvariantUuid:d22cb8f9-5a73-444c-bcca-051269320655
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ff5128bb-64e0-445f-96b4-ed82ffd2f335
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:19:35.208Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dda34166-2cdf-48c4-a03f-e78613a9a81c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:19:35.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-03-15T06:19:35.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda34166-2cdf-48c4-a03f-e78613a9a81c
2022-03-15T06:19:35.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76b6cc2c-1035-40f7-9367-20859ff7d07d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T06:19:35.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:19:35.211Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T06:19:35.559Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:19:35.560Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76b6cc2c-1035-40f7-9367-20859ff7d07d 792
2022-03-15T06:19:35.560Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-15T06:19:35.560Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T06:19:35.560Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:19:35.560Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:35.562Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:35.562Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325175560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:35.662Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:35.663Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:35.664Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:35.676Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:35.677Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:36.563Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f7cca365-1931-4bed-a95b-8b6de5a7d1d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b4ab58b-b3e1-48c8-ba05-5dc323b1cd6d",
    "vfModuleModelCustomizationUUID": "f50a5911-5225-47e9-bf1d-6823d928885f",
    "isBase": true,
    "artifacts": [
      "04c96d19-3e53-4803-8593-02bd07a559ba",
      "5a056696-de9f-4518-9b4f-3c8f5760f203"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:19:36.566Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4ab58b-b3e1-48c8-ba05-5dc323b1cd6d
VfModuleModelInvariantUUID:f7cca365-1931-4bed-a95b-8b6de5a7d1d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
04c96d19-3e53-4803-8593-02bd07a559ba
,
5a056696-de9f-4518-9b4f-3c8f5760f203

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

isBase:true


}

2022-03-15T06:19:36.568Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f7cca365-1931-4bed-a95b-8b6de5a7d1d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b4ab58b-b3e1-48c8-ba05-5dc323b1cd6d",
    "vfModuleModelCustomizationUUID": "f50a5911-5225-47e9-bf1d-6823d928885f",
    "isBase": true,
    "artifacts": [
      "04c96d19-3e53-4803-8593-02bd07a559ba",
      "5a056696-de9f-4518-9b4f-3c8f5760f203"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T06:19:36.568Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4ab58b-b3e1-48c8-ba05-5dc323b1cd6d
VfModuleModelInvariantUUID:f7cca365-1931-4bed-a95b-8b6de5a7d1d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
04c96d19-3e53-4803-8593-02bd07a559ba
,
5a056696-de9f-4518-9b4f-3c8f5760f203

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

isBase:true


}

2022-03-15T06:19:36.568Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 04c96d19-3e53-4803-8593-02bd07a559ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T06:19:36.568Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:19:36.569Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T06:19:36.973Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:19:36.973Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 04c96d19-3e53-4803-8593-02bd07a559ba 5033
2022-03-15T06:19:36.974Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T06:19:36.974Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T06:19:36.974Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:19:36.974Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:36.976Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:36.976Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325176974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:37.076Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:37.077Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:37.077Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:37.089Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:37.090Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:37.976Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a056696-de9f-4518-9b4f-3c8f5760f203 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T06:19:37.977Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:19:37.977Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T06:19:38.171Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:19:38.172Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5a056696-de9f-4518-9b4f-3c8f5760f203 903
2022-03-15T06:19:38.172Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T06:19:38.172Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T06:19:38.172Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:19:38.172Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:38.174Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:38.175Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325178172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:19:38.275Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:38.276Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:38.276Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:38.308Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:38.308Z||pool-100-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:19:39.175Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7f115390-1c3d-4c98-822a-2d911b486181
2022-03-15T06:19:39.176Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dda34166-2cdf-48c4-a03f-e78613a9a81c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:19:39.191Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27ca44e1, org.onap.sdc.toscaparser.api.parameters.Input@66bdba68, org.onap.sdc.toscaparser.api.parameters.Input@73abce0b, org.onap.sdc.toscaparser.api.parameters.Input@257aa1a4, org.onap.sdc.toscaparser.api.parameters.Input@50e214a6]
2022-03-15T06:19:39.192Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.192Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.192Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-15T06:19:39.193Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86375a14-b3fe-4b4b-a53b-7ad5371ac48e
2022-03-15T06:19:39.193Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86375a14-b3fe-4b4b-a53b-7ad5371ac48e matches Tosca VF Customization UUID: 86375a14-b3fe-4b4b-a53b-7ad5371ac48e
2022-03-15T06:19:39.193Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86375a14-b3fe-4b4b-a53b-7ad5371ac48e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-15T06:19:39.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.195Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86375a14-b3fe-4b4b-a53b-7ad5371ac48e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f6242e
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f50a5911-5225-47e9-bf1d-6823d928885f
2022-03-15T06:19:39.196Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f50a5911-5225-47e9-bf1d-6823d928885f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-15T06:19:39.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:39.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:39.199Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:39.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:39.200Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T06:19:39.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T06:19:39.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T06:19:39.201Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1792cc6b-abbc-4b92-a442-0e1710478310
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-15T06:19:39.203Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.204Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:39.204Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:19:39.204Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.205Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T06:19:39.205Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=86375a14-b3fe-4b4b-a53b-7ad5371ac48e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:19:39.207Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.207Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.207Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7f115390-1c3d-4c98-822a-2d911b486181: basic_vm_macro
2022-03-15T06:19:39.208Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.208Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.208Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.208Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.209Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.209Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.209Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.209Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:19:39.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:19:39.210Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:19:39.291Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dda34166-2cdf-48c4-a03f-e78613a9a81c 1 ASDC deployResourceStructure
2022-03-15T06:19:39.291Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-15T06:19:39.291Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T06:19:39.291Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:19:39.291Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:39.294Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:39.294Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325179291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:39.394Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:39.395Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:39.395Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:39.407Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:39.407Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:19:40.294Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-15T06:19:40.295Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T06:19:40.295Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:19:40.295Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:40.298Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:40.298Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325180294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:40.398Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:19:40.399Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:40.399Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:40.413Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:40.414Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:41.299Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-15T06:19:41.299Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T06:19:41.300Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:19:41.300Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:41.302Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:41.302Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325181299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:41.404Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T06:19:41.405Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:41.406Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:41.420Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:41.421Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:19:42.303Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-15T06:19:42.303Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T06:19:42.303Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:19:42.303Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:19:42.305Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:19:42.305Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325182302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:19:42.405Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:19:42.406Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:19:42.406Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:19:42.420Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:19:42.420Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:19:43.305Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d720646-6260-49e2-95c5-a0b0c8842718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:19:43.316Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d720646-6260-49e2-95c5-a0b0c8842718
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:19:43.318Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:19:43.319Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:19:43.325Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:20:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:20:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:20:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:12.870Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:12.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a3ecf2-78b3-41c8-ada3-1eedcec68de9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325119874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:20:12.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:20:12.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/resourceInstances/pnf64419a90fc7b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:20:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325129544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:20:12.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:20:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:20:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325131472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDol91eyxqni3nsm4xrub/1.0/artifacts/service-DemoPnfDol91eyxqni3nsm4xrub-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:20:12.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:20:13.326Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d720646-6260-49e2-95c5-a0b0c8842718 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:20:13.343Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d720646-6260-49e2-95c5-a0b0c8842718 and serviceModelVersionId: 7f115390-1c3d-4c98-822a-2d911b486181
2022-03-15T06:20:13.344Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b83fcb2-d64a-4c17-9565-270af56331f9
2022-03-15T06:20:13.345Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0
2022-03-15T06:20:13.349Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:20:13.395Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|INFO|500||Invoke
2022-03-15T06:20:13.396Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d720646-6260-49e2-95c5-a0b0c8842718], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8dd755b0-3fff-4cd0-bd44-f4b91d6eda54], X-ECOMP-RequestID=[7d720646-6260-49e2-95c5-a0b0c8842718], X-TransactionId=[], X-ONAP-RequestID=[7d720646-6260-49e2-95c5-a0b0c8842718], Content-Type=[application/merge-patch+json]}
2022-03-15T06:20:13.420Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:20:13.743Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-06:20:13:147-79190], vertex-id=[229576], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:20:13 GMT], Content-Type=[application/json]}
2022-03-15T06:20:13.743Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:20:13.744Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b83fcb2-d64a-4c17-9565-270af56331f9/model-vers/model-ver/7f115390-1c3d-4c98-822a-2d911b486181?depth=0|INFO|500||InvokeReturn
2022-03-15T06:20:13.745Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:20:13.745Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:20:13.750Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:20:13.751Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d720646-6260-49e2-95c5-a0b0c8842718 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:20:13.751Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:20:13.751Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:13.753Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:13.753Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325213751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:20:13.853Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:20:13.855Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:13.855Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:13.868Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:13.869Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:20:14.769Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:20:14.770Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:20:14.770Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:19.105Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:19.106Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:20:19.106Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"41f97e11-b793-421c-bc82-1005372b1dd5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3e18e245-ab14-4ac3-b871-43611f3df76f","serviceDescription":"service","serviceInvariantUUID":"87ae740d-baea-448e-b56e-93611c34d573","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d34f66e-abcf-4d8a-8248-b1d7722bbadd","resourceInvariantUUID":"d2c3d1a9-39cd-46a1-8214-254cc241d01d","resourceCustomizationUUID":"900bb149-557c-49bb-ad7b-febd381682d5","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":"MzU5MDU2ZTEwYmQ0NzhlMTM3OTAzMWFiNGZkZDg0MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db762733-a8b3-44c6-941f-64fd2e23b4a5","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":"944c8abe-2314-4f57-b873-0ed266c6e1c3","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":"f73de322-a5b2-4bc8-9b95-f56acd60db72","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":"ZjdkZjgwOTQ3MDMzNjg3YTg0YzE0MTEwNGQ1ZDc5NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8216d429-2518-47ca-adc6-b89104bc74b9","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":"6110b83c-5036-4f17-8702-e71d5729b7b0","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":"86dfa74d-4822-4bfc-a9ed-c136c6a7d814","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":"d68eb11d-7402-48c2-b0fd-1704ed550381","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":"MGM5ZTZiOWIwZWNhYmI2MjVjZWJhMWJmNGI3ZGE1OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c198c60c-7188-4ba8-92d2-85e5d2c5bf62","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjQzMjM3ZTBiNjA0Mzg3OWYzN2IxNzI1MGQ4NTUzNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb62e733-6401-4ebe-8984-72a88b101d04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:20:19.108Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:19.109Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:19.111Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:19.111Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:19.211Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:19.212Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:19.213Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:19.226Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:19.226Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:20:20.112Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:20.113Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:20.114Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:20.115Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:20.215Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:20.216Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:20.216Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:20.233Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:20.233Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:21.116Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:21.116Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:21.118Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:21.118Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:21.218Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:21.219Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:21.219Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:21.236Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:21.236Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:22.118Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:22.119Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:22.121Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:22.121Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:22.221Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:22.222Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:22.222Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:22.236Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:22.236Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:20:23.121Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:23.122Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:23.124Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:23.124Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:23.225Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:23.226Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:23.226Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:23.237Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:23.238Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:24.125Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:24.126Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:24.127Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:24.128Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:24.228Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:24.229Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:24.229Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:24.241Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:24.242Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:20:25.128Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:25.129Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:25.130Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:25.131Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:25.231Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:25.232Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:20:25.232Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:25.249Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:25.250Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:26.131Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:26.132Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:26.134Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:26.134Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:20:26.234Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:26.235Z||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-03-15T06:20:26.235Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:26.250Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:26.250Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:27.134Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:20:27.135Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:27.137Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:27.137Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:20:27.237Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:20:27.238Z||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-03-15T06:20:27.238Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:27.259Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:27.260Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:28.138Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3e18e245-ab14-4ac3-b871-43611f3df76f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "87ae740d-baea-448e-b56e-93611c34d573",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "900bb149-557c-49bb-ad7b-febd381682d5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9d34f66e-abcf-4d8a-8248-b1d7722bbadd",
      "resourceInvariantUUID": "d2c3d1a9-39cd-46a1-8214-254cc241d01d",
      "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": "YjQzMjM3ZTBiNjA0Mzg3OWYzN2IxNzI1MGQ4NTUzNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb62e733-6401-4ebe-8984-72a88b101d04"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:20:28.138Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:20:28.138Z|7d720646-6260-49e2-95c5-a0b0c8842718|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e18e245-ab14-4ac3-b871-43611f3df76f ASDC
2022-03-15T06:20:28.139Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:41f97e11-b793-421c-bc82-1005372b1dd5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3e18e245-ab14-4ac3-b871-43611f3df76f
ServiceInvariantUUID:87ae740d-baea-448e-b56e-93611c34d573
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:bb62e733-6401-4ebe-8984-72a88b101d04
ArtifactChecksum:YjQzMjM3ZTBiNjA0Mzg3OWYzN2IxNzI1MGQ4NTUzNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:900bb149-557c-49bb-ad7b-febd381682d5
ResourceInvariantUUID:d2c3d1a9-39cd-46a1-8214-254cc241d01d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9d34f66e-abcf-4d8a-8248-b1d7722bbadd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T06:20:28.139Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e18e245-ab14-4ac3-b871-43611f3df76f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:20:28.173Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:20:28.174Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:20:28.174Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:20:28.174Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb62e733-6401-4ebe-8984-72a88b101d04 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T06:20:28.174Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:20:28.174Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T06:20:29.466Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:20:29.477Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bb62e733-6401-4ebe-8984-72a88b101d04 105666
2022-03-15T06:20:29.477Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T06:20:29.477Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T06:20:29.477Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:20:29.477Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:29.487Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:29.487Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325229477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:20:29.579Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-15T06:20:29.580Z||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-03-15T06:20:29.580Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:29.594Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:29.595Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:30.488Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:20:30.488Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:20:30.489Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bb62e733-6401-4ebe-8984-72a88b101d04, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:30.489Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-15T06:20:30.489Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:30.490Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:30.588Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11092876701073144041/Definitions/service-TestPnfMacro-template.yml
2022-03-15T06:20:31.284Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:20:31.284Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:20:31.284Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.284Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.285Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T06:20:31.286Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.287Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.288Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.288Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.288Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.288Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.288Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3e18e245-ab14-4ac3-b871-43611f3df76f
Model Version:NULL
Model InvariantUuid:87ae740d-baea-448e-b56e-93611c34d573
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:20:31.295Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d34f66e-abcf-4d8a-8248-b1d7722bbadd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:20:31.297Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-03-15T06:20:31.297Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d34f66e-abcf-4d8a-8248-b1d7722bbadd
2022-03-15T06:20:31.298Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3e18e245-ab14-4ac3-b871-43611f3df76f
2022-03-15T06:20:31.298Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3e18e245-ab14-4ac3-b871-43611f3df76f
2022-03-15T06:20:31.298Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9d34f66e-abcf-4d8a-8248-b1d7722bbadd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:20:31.304Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53f00807, org.onap.sdc.toscaparser.api.parameters.Input@7405ad5a, org.onap.sdc.toscaparser.api.parameters.Input@3d4cb7f7, org.onap.sdc.toscaparser.api.parameters.Input@1fdf61, org.onap.sdc.toscaparser.api.parameters.Input@53fc5f55]
2022-03-15T06:20:31.304Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.304Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.305Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3e18e245-ab14-4ac3-b871-43611f3df76f: test-pnf
2022-03-15T06:20:31.305Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9d34f66e-abcf-4d8a-8248-b1d7722bbadd
2022-03-15T06:20:31.305Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:20:31.305Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:20:31.305Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||Resource customization UUID: 900bb149-557c-49bb-ad7b-febd381682d5 is the same as notified resource customizationUUID: 900bb149-557c-49bb-ad7b-febd381682d5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T06:20:31.340Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9d34f66e-abcf-4d8a-8248-b1d7722bbadd 0 ASDC deployResourceStructure
2022-03-15T06:20:31.341Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T06:20:31.341Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T06:20:31.341Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:20:31.341Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:20:31.343Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:20:31.343Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325231341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:20:31.444Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:20:31.445Z||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-03-15T06:20:31.445Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:20:31.485Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:20:31.486Z||pool-116-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:20:32.344Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41f97e11-b793-421c-bc82-1005372b1dd5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:20:32.356Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41f97e11-b793-421c-bc82-1005372b1dd5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.359Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.360Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.360Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.360Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:20:32.360Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:20:32.365Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:21:02.365Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41f97e11-b793-421c-bc82-1005372b1dd5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:21:02.372Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41f97e11-b793-421c-bc82-1005372b1dd5 and serviceModelVersionId: 3e18e245-ab14-4ac3-b871-43611f3df76f
2022-03-15T06:21:02.372Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87ae740d-baea-448e-b56e-93611c34d573
2022-03-15T06:21:02.373Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0
2022-03-15T06:21:02.376Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:21:02.417Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|INFO|500||Invoke
2022-03-15T06:21:02.418Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41f97e11-b793-421c-bc82-1005372b1dd5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f89c6814-d700-42dd-85f9-9877ddf405eb], X-ECOMP-RequestID=[41f97e11-b793-421c-bc82-1005372b1dd5], X-TransactionId=[], X-ONAP-RequestID=[41f97e11-b793-421c-bc82-1005372b1dd5], Content-Type=[application/merge-patch+json]}
2022-03-15T06:21:02.438Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:21:02.962Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-06:21:02:163-18536], vertex-id=[192680], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:21:02 GMT], Content-Type=[application/json]}
2022-03-15T06:21:02.962Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:21:02.963Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ae740d-baea-448e-b56e-93611c34d573/model-vers/model-ver/3e18e245-ab14-4ac3-b871-43611f3df76f?depth=0|INFO|500||InvokeReturn
2022-03-15T06:21:02.964Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:21:02.964Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:21:02.969Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:21:02.969Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41f97e11-b793-421c-bc82-1005372b1dd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:21:02.970Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:21:02.970Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:21:02.972Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:21:02.972Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325262969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:21:03.081Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-15T06:21:03.082Z||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-03-15T06:21:03.083Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:03.104Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:03.105Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:21:03.992Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:03.993Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:03.993Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:12.872Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "746ee243-91bc-4628-a141-b3913182d973",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325162659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647324890065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325172952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:21:12.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325175560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325176974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325178172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325179291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325180294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325181299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325182302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:21:12.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:21:13.540Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:13.540Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:13.541Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:13.541Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:23.083Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:23.084Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:23.085Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:23.085Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:32.634Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:32.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:32.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:32.636Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:42.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:42.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:42.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:21:42.180Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:21:51.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:21:51.731Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:21:51.732Z||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-03-15T06:21:51.732Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:22:01.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:22:01.276Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:22:01.277Z||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-03-15T06:22:01.277Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:22:10.827Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:22:12.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:22:12.838Z||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-03-15T06:22:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:22:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:22:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:22:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:22:13.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:22:13.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d720646-6260-49e2-95c5-a0b0c8842718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325213751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:22:13.387Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:22:13.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:22:13.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325214769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:22:13.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:22:13.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325229477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:22:13.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:22:13.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325231341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:22:13.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:22:13.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T06:22:13.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41f97e11-b793-421c-bc82-1005372b1dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325262969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:22:13.397Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:22:22.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:23:12.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:23:12.838Z||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-03-15T06:23:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:23:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:23:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:23:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:23:22.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:23:22.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:12.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:24:12.838Z||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-03-15T06:24:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:24:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:24:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:13.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6018a5a2-0063-4189-ac0b-6cfed2da9968","serviceName":"Demo_pNF_KMj4gzz37EwHRPl0vZuq","serviceVersion":"1.0","serviceUUID":"9280c34d-ecf9-4cae-a91e-587be1c93b16","serviceDescription":"catalog service description","serviceInvariantUUID":"2e916507-7345-4904-b2e9-29a517acfe8f","resources":[{"resourceInstanceName":"pNF 4de91a08-f684 0","resourceName":"pNF 4de91a08-f684","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ff97f09-3151-43ff-8aa3-26ed31fe11b0","resourceInvariantUUID":"b8bb521e-05f0-473a-8949-e8cd346fcde7","resourceCustomizationUUID":"816d57c5-02ca-4ee2-a652-7c923488d66c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml","artifactChecksum":"ZmY0NmY0NWNlY2EwMDQwMWE3YjMzYWVhZDI4OWQzNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f47e3ca-2377-44cc-8532-a0d5d5139b2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar","artifactChecksum":"OGFiZDUyMzdlNGQxZDVjZDY3NWM2MTRkOWNlNDVjMGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27c66bdf-639b-43d6-9488-2f6165eb1b6d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6848db0a-d343-4306-a9e3-b6224de9e610","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml","artifactChecksum":"YmJiMWU1ZTFjYTJkMjM1ZTQ2MTZkMTZjNzk0OGY4OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4dfa7f1a-c2ee-409d-985b-5adbc2d621f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4de4f264-3077-4bf1-bdfe-a317ceb68b7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bac0863-b267-4fa0-9309-834d79d38faa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml","artifactChecksum":"NWM4MGM2NDI3ZDQ4ODgwZGRjNGEzNjRjNGQ0NDc3ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea035dc9-e9bd-4685-ae3c-4c28713fdffd","artifactVersion":"1"},{"artifactName":"service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar","artifactChecksum":"YzIxNjJlOTAwNzYxNDE5MmQ0ZWU2YmFjNzY5NWU3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9290c4eb-b9da-4dc3-9d0f-985b15dead70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:24:13.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:13.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:13.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:13.500Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:13.500Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325395242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325397723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325395922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325401187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325400674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325403972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325402378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325414610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325414671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325414509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325413658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325413977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325415614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:13.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325415704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:13.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "cds",
  "timestamp": 1647325414984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "policy-id",
  "timestamp": 1647325416616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:13.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325416706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:13.600Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:13.601Z||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-03-15T06:24:13.601Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:13.602Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.602Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:13.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325416610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:13.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325417579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:13.616Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:13.616Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:13.619Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.619Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325418620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:13.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "clamp",
  "timestamp": 1647325419624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:13.633Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.633Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:13.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325419463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:13.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:24:13.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:24:13.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "aai-ml",
  "timestamp": 1647325420467,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:13.646Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6018a5a2-0063-4189-ac0b-6cfed2da9968
2022-03-15T06:24:13.646Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6018a5a2-0063-4189-ac0b-6cfed2da9968 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:24:14.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:14.502Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:14.504Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:14.504Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:14.604Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:24:14.605Z||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-03-15T06:24:14.605Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:14.620Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:14.620Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:24:15.505Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:15.508Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:15.510Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:15.510Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:15.610Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:24:15.611Z||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-03-15T06:24:15.611Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:15.623Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:15.624Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:16.511Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:16.512Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:16.514Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:16.514Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:16.615Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:24:16.616Z||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-03-15T06:24:16.616Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:16.630Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:16.631Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:17.514Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:17.515Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:17.517Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:17.517Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:17.617Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:17.618Z||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-03-15T06:24:17.618Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:17.631Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:17.632Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:18.518Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:18.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:18.522Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:18.522Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:18.622Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:18.622Z||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-03-15T06:24:18.623Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:18.634Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:18.635Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:19.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:19.523Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:19.525Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:19.525Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:24:19.625Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:19.626Z||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-03-15T06:24:19.626Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:19.639Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:19.640Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:20.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:24:20.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:20.529Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:20.529Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:24:20.629Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:20.630Z||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-03-15T06:24:20.630Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:20.643Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:20.644Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:21.530Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "serviceName": "Demo_pNF_KMj4gzz37EwHRPl0vZuq",
  "serviceVersion": "1.0",
  "serviceUUID": "9280c34d-ecf9-4cae-a91e-587be1c93b16",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2e916507-7345-4904-b2e9-29a517acfe8f",
  "resources": [
    {
      "resourceInstanceName": "pNF 4de91a08-f684 0",
      "resourceCustomizationUUID": "816d57c5-02ca-4ee2-a652-7c923488d66c",
      "resourceName": "pNF 4de91a08-f684",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5ff97f09-3151-43ff-8aa3-26ed31fe11b0",
      "resourceInvariantUUID": "b8bb521e-05f0-473a-8949-e8cd346fcde7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
      "artifactChecksum": "YzIxNjJlOTAwNzYxNDE5MmQ0ZWU2YmFjNzY5NWU3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9290c4eb-b9da-4dc3-9d0f-985b15dead70"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:24:21.530Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:24:21.531Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9280c34d-ecf9-4cae-a91e-587be1c93b16 ASDC
2022-03-15T06:24:21.531Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6018a5a2-0063-4189-ac0b-6cfed2da9968
ServiceName:Demo_pNF_KMj4gzz37EwHRPl0vZuq
ServiceVersion:1.0
ServiceUUID:9280c34d-ecf9-4cae-a91e-587be1c93b16
ServiceInvariantUUID:2e916507-7345-4904-b2e9-29a517acfe8f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
ArtifactUUID:9290c4eb-b9da-4dc3-9d0f-985b15dead70
ArtifactChecksum:YzIxNjJlOTAwNzYxNDE5MmQ0ZWU2YmFjNzY5NWU3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4de91a08-f684 0
ResourceCustomizationUUID:816d57c5-02ca-4ee2-a652-7c923488d66c
ResourceInvariantUUID:b8bb521e-05f0-473a-8949-e8cd346fcde7
ResourceName:pNF 4de91a08-f684
ResourceType:PNF
ResourceUUID:5ff97f09-3151-43ff-8aa3-26ed31fe11b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T06:24:21.532Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9280c34d-ecf9-4cae-a91e-587be1c93b16 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:24:21.564Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:24:21.566Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:24:21.573Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:24:21.574Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9290c4eb-b9da-4dc3-9d0f-985b15dead70 from URL: /sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:21.574Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-15T06:24:21.574Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:21.651Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-15T06:24:21.656Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar 9290c4eb-b9da-4dc3-9d0f-985b15dead70 82652
2022-03-15T06:24:21.657Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar ASDC sendASDCNotification
2022-03-15T06:24:21.657Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:21.657Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:24:21.658Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:21.662Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:21.662Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325461657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:24:21.762Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-15T06:24:21.763Z||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-03-15T06:24:21.763Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:21.776Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:21.777Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:24:22.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:24:22.667Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:24:22.668Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9290c4eb-b9da-4dc3-9d0f-985b15dead70, URL: /sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar to file: /app/ASDC/1/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:22.668Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:22.669Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:22.669Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:22.816Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18075202785430836882/Definitions/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml
2022-03-15T06:24:23.644Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4de91a08-f684 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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||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-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.645Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Node template pNF 4de91a08-f684 0 is matching search criteria
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4de91a08-f684 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.646Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Node template pNF 4de91a08-f684 0 is matching search criteria
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4de91a08-f684 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.647Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.648Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_KMj4gzz37EwHRPl0vZuq
Description:catalog service description
Model UUID:9280c34d-ecf9-4cae-a91e-587be1c93b16
Model Version:NULL
Model InvariantUuid:2e916507-7345-4904-b2e9-29a517acfe8f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:24:23.657Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5ff97f09-3151-43ff-8aa3-26ed31fe11b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:24:23.660Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||pNF 4de91a08-f684 0
2022-03-15T06:24:23.660Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ff97f09-3151-43ff-8aa3-26ed31fe11b0
2022-03-15T06:24:23.661Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9280c34d-ecf9-4cae-a91e-587be1c93b16
2022-03-15T06:24:23.661Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9280c34d-ecf9-4cae-a91e-587be1c93b16
2022-03-15T06:24:23.661Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4de91a08-f684 0 5ff97f09-3151-43ff-8aa3-26ed31fe11b0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:24:23.665Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2afb17e9, org.onap.sdc.toscaparser.api.parameters.Input@6266244f, org.onap.sdc.toscaparser.api.parameters.Input@27da607, org.onap.sdc.toscaparser.api.parameters.Input@6d3151c6, org.onap.sdc.toscaparser.api.parameters.Input@1f0747d6]
2022-03-15T06:24:23.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9280c34d-ecf9-4cae-a91e-587be1c93b16: pNF 4de91a08-f684
2022-03-15T06:24:23.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Processing PNF resource: 5ff97f09-3151-43ff-8aa3-26ed31fe11b0
2022-03-15T06:24:23.666Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:24:23.667Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KMj4gzz37EwHRPl0vZuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:24:23.667Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||Resource customization UUID: 816d57c5-02ca-4ee2-a652-7c923488d66c is the same as notified resource customizationUUID: 816d57c5-02ca-4ee2-a652-7c923488d66c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T06:24:23.694Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4de91a08-f684 5ff97f09-3151-43ff-8aa3-26ed31fe11b0 0 ASDC deployResourceStructure
2022-03-15T06:24:23.695Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar ASDC sendASDCNotification
2022-03-15T06:24:23.695Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar
2022-03-15T06:24:23.695Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:24:23.696Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:23.698Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:23.698Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325463695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:24:23.798Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:23.799Z||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-03-15T06:24:23.799Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:23.811Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:23.812Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:24:24.699Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6018a5a2-0063-4189-ac0b-6cfed2da9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:24:24.708Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6018a5a2-0063-4189-ac0b-6cfed2da9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:24:24.711Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:24:24.711Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:24:24.712Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:24:24.712Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:24:24.712Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.713Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.713Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.713Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.713Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.713Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.714Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:24:24.714Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:24:24.719Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:24:54.719Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6018a5a2-0063-4189-ac0b-6cfed2da9968 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:24:54.726Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6018a5a2-0063-4189-ac0b-6cfed2da9968 and serviceModelVersionId: 9280c34d-ecf9-4cae-a91e-587be1c93b16
2022-03-15T06:24:54.726Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e916507-7345-4904-b2e9-29a517acfe8f
2022-03-15T06:24:54.727Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0
2022-03-15T06:24:54.733Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:24:54.788Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-15T06:24:54.790Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0|INFO|500||Invoke
2022-03-15T06:24:54.810Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:24:54.924Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0|INFO|500||InvokeReturn
2022-03-15T06:24:54.925Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e916507-7345-4904-b2e9-29a517acfe8f/model-vers/model-ver/9280c34d-ecf9-4cae-a91e-587be1c93b16?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-06:24:54:536-48980], vertex-id=[258152], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:24:54 GMT], Content-Type=[application/json]}
2022-03-15T06:24:54.925Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:24:54.926Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:24:54.926Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:24:54.930Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:24:54.930Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6018a5a2-0063-4189-ac0b-6cfed2da9968 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:24:54.930Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:24:54.931Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:24:54.933Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:24:54.933Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325494930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:24:55.033Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:24:55.034Z||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-03-15T06:24:55.034Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:24:55.051Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:24:55.052Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:25:12.837Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:25:12.838Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|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-03-15T06:25:12.838Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:25:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:25:12.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:25:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:25:12.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:25:12.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:25:12.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:25:12.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:25:22.386Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:12.837Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:26:12.838Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|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-03-15T06:26:12.838Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:26:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:26:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:12.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:12.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/resourceInstances/pnf4de91a08f6840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325452837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325461657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325463695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKmj4gzz37ewhrpl0vzuq/1.0/artifacts/service-DemoPnfKmj4gzz37ewhrpl0vzuq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:26:12.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:26:12.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6018a5a2-0063-4189-ac0b-6cfed2da9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325494930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:26:12.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:26:13.477Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:13.478Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:26:13.478Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b488ed29-8132-4847-88d3-0b14f8e4e23e","serviceName":"Demo_pNF_8CGhQoyRilcy17FB3Pf0","serviceVersion":"1.0","serviceUUID":"0d3f0b92-4c59-4295-90c9-745f727c1762","serviceDescription":"catalog service description","serviceInvariantUUID":"02064a0b-ed23-4267-817a-f0583844f3d6","resources":[{"resourceInstanceName":"pNF 233e678c-d1ab 0","resourceName":"pNF 233e678c-d1ab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d0c7ca7-b78a-4547-aa66-4c87a425a1b7","resourceInvariantUUID":"46d651c1-3fad-4427-9af3-98cb6c13331b","resourceCustomizationUUID":"6b4d741a-e24b-4b6a-a77f-ca0c696990be","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml","artifactChecksum":"MjYxZDcyMjM5MGFiMzZjMTNhNjlmODY3NGQzZTA0OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a13cbc30-fa2d-4993-86f4-b88916068b4b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar","artifactChecksum":"OGFiZDUyMzdlNGQxZDVjZDY3NWM2MTRkOWNlNDVjMGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1506f17a-19df-48ec-9405-0cb1e788556c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebb1c0fa-e9c7-4f4c-8877-d16937223b27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml","artifactChecksum":"ODAzZGZhMmYyMzg0NzEwODhjZjllMGY3NTRjMzExZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13b5e1e6-dd19-443b-a9a0-e041aaafa04f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c505e54-3b55-42ee-ad3c-be4051c0ea6b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"219202cd-6005-4c8d-955d-a44b7729fcd3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml","artifactChecksum":"NmY3NGViZTFjM2JjYjNiYjIzZGY2ZWYwZDhjYWNhNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4918afa-ba05-462d-8894-6ccb4ac519cb","artifactVersion":"1"},{"artifactName":"service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar","artifactChecksum":"MDgyNWQxZjk5OWViNTgwNjljN2QyYzAyYTgxNzE0NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"107b57d2-4f93-48d5-8ae8-13e9e3c01ec1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:26:13.481Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:13.482Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:13.484Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:13.484Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:13.584Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:13.585Z||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-03-15T06:26:13.585Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:13.597Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:13.597Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:14.485Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:14.486Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:14.489Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:14.489Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:14.589Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:14.590Z||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-03-15T06:26:14.590Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:14.608Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:14.609Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:26:15.489Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:15.490Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:15.493Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:15.493Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:15.593Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:15.594Z||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-03-15T06:26:15.594Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:15.612Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:15.613Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:16.494Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:16.494Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:16.496Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:16.496Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:16.596Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:16.597Z||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-03-15T06:26:16.597Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:16.610Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:16.611Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:17.497Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:17.497Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:17.501Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:17.501Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:17.599Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T06:26:17.600Z||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-03-15T06:26:17.600Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:17.612Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:17.612Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:18.501Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:18.503Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:18.505Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:18.505Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:18.605Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:18.606Z||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-03-15T06:26:18.606Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:18.618Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:18.619Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:19.505Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:19.506Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:19.508Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:19.508Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:26:19.608Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:19.609Z||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-03-15T06:26:19.609Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:19.621Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:19.622Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:20.508Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:26:20.509Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:20.510Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:20.511Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:26:20.611Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:20.612Z||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-03-15T06:26:20.612Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:20.624Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:20.625Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:26:21.512Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "serviceName": "Demo_pNF_8CGhQoyRilcy17FB3Pf0",
  "serviceVersion": "1.0",
  "serviceUUID": "0d3f0b92-4c59-4295-90c9-745f727c1762",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02064a0b-ed23-4267-817a-f0583844f3d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 233e678c-d1ab 0",
      "resourceCustomizationUUID": "6b4d741a-e24b-4b6a-a77f-ca0c696990be",
      "resourceName": "pNF 233e678c-d1ab",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d0c7ca7-b78a-4547-aa66-4c87a425a1b7",
      "resourceInvariantUUID": "46d651c1-3fad-4427-9af3-98cb6c13331b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
      "artifactChecksum": "MDgyNWQxZjk5OWViNTgwNjljN2QyYzAyYTgxNzE0NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "107b57d2-4f93-48d5-8ae8-13e9e3c01ec1"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T06:26:21.512Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:26:21.512Z|6018a5a2-0063-4189-ac0b-6cfed2da9968|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d3f0b92-4c59-4295-90c9-745f727c1762 ASDC
2022-03-15T06:26:21.512Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b488ed29-8132-4847-88d3-0b14f8e4e23e
ServiceName:Demo_pNF_8CGhQoyRilcy17FB3Pf0
ServiceVersion:1.0
ServiceUUID:0d3f0b92-4c59-4295-90c9-745f727c1762
ServiceInvariantUUID:02064a0b-ed23-4267-817a-f0583844f3d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
ArtifactUUID:107b57d2-4f93-48d5-8ae8-13e9e3c01ec1
ArtifactChecksum:MDgyNWQxZjk5OWViNTgwNjljN2QyYzAyYTgxNzE0NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 233e678c-d1ab 0
ResourceCustomizationUUID:6b4d741a-e24b-4b6a-a77f-ca0c696990be
ResourceInvariantUUID:46d651c1-3fad-4427-9af3-98cb6c13331b
ResourceName:pNF 233e678c-d1ab
ResourceType:PNF
ResourceUUID:2d0c7ca7-b78a-4547-aa66-4c87a425a1b7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T06:26:21.512Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d3f0b92-4c59-4295-90c9-745f727c1762 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:26:21.533Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:26:21.533Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:26:21.534Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:26:21.534Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 107b57d2-4f93-48d5-8ae8-13e9e3c01ec1 from URL: /sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:21.534Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-15T06:26:21.534Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:21.845Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-15T06:26:21.851Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar 107b57d2-4f93-48d5-8ae8-13e9e3c01ec1 82653
2022-03-15T06:26:21.851Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar ASDC sendASDCNotification
2022-03-15T06:26:21.852Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:21.852Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:26:21.852Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:21.854Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:21.854Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325581851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:26:21.954Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:21.955Z||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-03-15T06:26:21.956Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:21.977Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:21.977Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:22.854Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:26:22.855Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-15T06:26:22.855Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 107b57d2-4f93-48d5-8ae8-13e9e3c01ec1, URL: /sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar to file: /app/ASDC/1/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:22.856Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:22.856Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:22.856Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:22.957Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14033067872555670176/Definitions/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml
2022-03-15T06:26:23.651Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:26:23.661Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 233e678c-d1ab 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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||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-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-15T06:26:23.662Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.663Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.663Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Node template pNF 233e678c-d1ab 0 is matching search criteria
2022-03-15T06:26:23.663Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 233e678c-d1ab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Node template pNF 233e678c-d1ab 0 is matching search criteria
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 233e678c-d1ab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:26:23.664Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.665Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.666Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.666Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.666Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8CGhQoyRilcy17FB3Pf0
Description:catalog service description
Model UUID:0d3f0b92-4c59-4295-90c9-745f727c1762
Model Version:NULL
Model InvariantUuid:02064a0b-ed23-4267-817a-f0583844f3d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-15T06:26:23.671Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d0c7ca7-b78a-4547-aa66-4c87a425a1b7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:26:23.674Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||pNF 233e678c-d1ab 0
2022-03-15T06:26:23.674Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d0c7ca7-b78a-4547-aa66-4c87a425a1b7
2022-03-15T06:26:23.674Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0d3f0b92-4c59-4295-90c9-745f727c1762
2022-03-15T06:26:23.674Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0d3f0b92-4c59-4295-90c9-745f727c1762
2022-03-15T06:26:23.674Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 233e678c-d1ab 0 2d0c7ca7-b78a-4547-aa66-4c87a425a1b7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:26:23.692Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2543052e, org.onap.sdc.toscaparser.api.parameters.Input@1d95de4b, org.onap.sdc.toscaparser.api.parameters.Input@2aa2221d, org.onap.sdc.toscaparser.api.parameters.Input@5765fbc6, org.onap.sdc.toscaparser.api.parameters.Input@6a32fe71]
2022-03-15T06:26:23.693Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.693Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.693Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0d3f0b92-4c59-4295-90c9-745f727c1762: pNF 233e678c-d1ab
2022-03-15T06:26:23.693Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2d0c7ca7-b78a-4547-aa66-4c87a425a1b7
2022-03-15T06:26:23.693Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T06:26:23.694Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8CGhQoyRilcy17FB3Pf0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:26:23.694Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||Resource customization UUID: 6b4d741a-e24b-4b6a-a77f-ca0c696990be is the same as notified resource customizationUUID: 6b4d741a-e24b-4b6a-a77f-ca0c696990be
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T06:26:23.721Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 233e678c-d1ab 2d0c7ca7-b78a-4547-aa66-4c87a425a1b7 0 ASDC deployResourceStructure
2022-03-15T06:26:23.721Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar ASDC sendASDCNotification
2022-03-15T06:26:23.721Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar
2022-03-15T06:26:23.721Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:26:23.722Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:26:23.723Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:26:23.723Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:26:23.824Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:26:23.824Z||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-03-15T06:26:23.824Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:26:23.836Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:26:23.836Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:26:24.724Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:26:24.729Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:26:24.731Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:26:24.731Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:26:24.731Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:26:54.731Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:26:54.737Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:26:54.738Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:26:54.738Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:26:54.738Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:27:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:27:12.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:27:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:27:12.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:27:12.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:27:12.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:27:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:27:12.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:27:12.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:27:12.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:27:12.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:27:12.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:27:12.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:27:12.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:27:12.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:27:12.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:27:24.739Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:27:24.744Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:27:24.745Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:27:24.745Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:27:24.746Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:27:54.746Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:27:54.754Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:27:54.755Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:27:54.755Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:27:54.755Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:28:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:28:12.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:28:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:28:13.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:28:13.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325567378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325563972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325579495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325578784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325572837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325580499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "cds",
  "timestamp": 1647325579790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.408Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:13.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "policy-id",
  "timestamp": 1647325581504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:13.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325581851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325575243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325575922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325584007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325577723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325586715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325580675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T06:28:13.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647325581187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325588658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325589786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647325589662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.449Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.449Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:13.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325590806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/resourceInstances/pnf233e678cd1ab0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647325591810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.458Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.458Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:13.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325590752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "aai-ml",
  "timestamp": 1647325591755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.469Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:13.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325593644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325595651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cghqoyrilcy17fb3pf0/1.0/artifacts/service-DemoPnf8cghqoyrilcy17fb3pf0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T06:28:13.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "clamp",
  "timestamp": 1647325596654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:13.483Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b488ed29-8132-4847-88d3-0b14f8e4e23e
2022-03-15T06:28:13.484Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b488ed29-8132-4847-88d3-0b14f8e4e23e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:28:24.756Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:28:24.767Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-15T06:28:24.768Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T06:28:24.769Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:28:24.772Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:28:54.772Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b488ed29-8132-4847-88d3-0b14f8e4e23e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-15T06:28:54.779Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b488ed29-8132-4847-88d3-0b14f8e4e23e and serviceModelVersionId: 0d3f0b92-4c59-4295-90c9-745f727c1762
2022-03-15T06:28:54.780Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02064a0b-ed23-4267-817a-f0583844f3d6
2022-03-15T06:28:54.781Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0
2022-03-15T06:28:54.789Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:28:54.836Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|INFO|500||Invoke
2022-03-15T06:28:54.836Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b488ed29-8132-4847-88d3-0b14f8e4e23e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82ade7bb-d0ec-405e-a242-776f58af7932], X-ECOMP-RequestID=[b488ed29-8132-4847-88d3-0b14f8e4e23e], X-TransactionId=[], X-ONAP-RequestID=[b488ed29-8132-4847-88d3-0b14f8e4e23e], Content-Type=[application/merge-patch+json]}
2022-03-15T06:28:54.868Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T06:28:54.983Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-06:28:54:593-63835], vertex-id=[254008], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:28:54 GMT], Content-Type=[application/json]}
2022-03-15T06:28:54.983Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:28:54.984Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02064a0b-ed23-4267-817a-f0583844f3d6/model-vers/model-ver/0d3f0b92-4c59-4295-90c9-745f727c1762?depth=0|INFO|500||InvokeReturn
2022-03-15T06:28:54.984Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:28:54.984Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:28:54.990Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:28:54.990Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b488ed29-8132-4847-88d3-0b14f8e4e23e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:28:54.991Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:28:54.991Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:28:54.999Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:28:54.999Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325734990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:28:55.095Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-15T06:28:55.096Z||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-03-15T06:28:55.096Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:28:55.111Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:28:55.111Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:28:56.010Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:28:56.010Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:28:56.010Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:29:06.237Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:29:06.238Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:29:06.238Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:29:06.238Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:29:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:29:12.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:29:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:29:13.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:29:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T06:29:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b488ed29-8132-4847-88d3-0b14f8e4e23e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647325734990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:29:13.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:29:15.784Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:29:15.784Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:29:15.785Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:29:15.785Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:29:25.323Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:30:12.837Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:30:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:30:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:30:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:30:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:30:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:30:22.394Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:30:22.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:31:12.837Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:31:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:31:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:31:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:31:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:31:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:31:22.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:31:22.401Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:32:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:32:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:32:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:32:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:32:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:32:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:32:22.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:32:22.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:33:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:33:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:33:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:33:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:33:12.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:33:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:33:22.392Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:33:22.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:34:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:34:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:34:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:34:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:34:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:34:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:34:22.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:34:22.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:35:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:35:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:35:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:35:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:35:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:35:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:35:22.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:35:22.414Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:36:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:36:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:36:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:36:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:36:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:36:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:36:22.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:36:22.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:37:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:37:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:37:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:37:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:37:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:37:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:37:22.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:37:22.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:38:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:38:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:38:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:38:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:38:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:38:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:38:22.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:38:22.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:39:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:39:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:39:12.839Z||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-03-15T06:39:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:39:12.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:39:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:39:22.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:39:22.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:40:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:40:12.838Z||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-03-15T06:40:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:40:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:40:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:40:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:40:22.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:40:22.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:41:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:41:12.838Z||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-03-15T06:41:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:41:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:41:12.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:41:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:41:22.406Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:41:22.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:42:12.837Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:42:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:42:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:42:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:42:12.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:42:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:42:22.397Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:42:22.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:43:12.837Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:43:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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-03-15T06:43:12.838Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:43:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:43:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:43:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:43:22.390Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:43:22.392Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:44:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:44:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:44:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:44:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:44:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:44:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:44:22.420Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:44:22.431Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:45:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:45:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:45:12.839Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:45:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:45:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:45:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:45:22.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:45:22.403Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:46:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:46:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:46:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:46:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:46:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:46:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:46:22.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:46:22.394Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:47:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:47:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:47:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:47:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:47:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:47:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:47:22.403Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:47:22.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:48:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:48:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:48:12.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:48:12.840Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:48:12.841Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:48:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:48:22.409Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:48:22.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:49:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:49:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:49:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:49:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:49:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:49:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:49:22.405Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:49:22.405Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:50:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:50:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:50:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:50:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:50:12.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:50:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:50:22.394Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:50:22.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:51:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:51:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:51:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:51:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:51:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:51:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:51:22.385Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:51:22.386Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:52:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:52:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:52:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:52:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:52:12.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:52:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:52:22.383Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:52:22.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:53:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:53:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:53:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:53:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:53:12.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:53:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:53:22.382Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:53:22.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:54:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:54:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:54:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:54:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:54:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:54:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:54:22.397Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:54:22.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:55:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:55:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:55:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:55:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:55:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:55:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:55:22.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:55:22.386Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:56:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:56:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:56:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:56:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:56:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:56:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:56:22.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:56:22.399Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:57:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:57:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:57:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:57:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:57:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:57:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:57:22.383Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:57:22.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:58:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:58:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:58:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:58:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:58:12.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:58:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:58:22.382Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:58:22.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:59:12.837Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:59:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:59:12.838Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:59:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:59:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:59:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:59:22.387Z|41f97e11-b793-421c-bc82-1005372b1dd5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T06:59:22.388Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:00:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:00:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:00:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:00:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:00:12.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:00:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:00:22.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:00:22.402Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:01:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:01:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:01:12.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:01:12.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:01:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:01:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:01:22.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:01:22.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:02:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:02:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:02:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:02:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:02:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:02:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:02:22.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:02:22.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:03:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:03:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:03:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:03:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:03:12.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:03:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:03:22.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:03:22.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:04:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:04:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:04:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:04:12.839Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:04:12.839Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:04:12.839Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:04:22.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:04:22.386Z|b488ed29-8132-4847-88d3-0b14f8e4e23e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:05:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:05:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:05:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:05:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:05:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:05:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:05:22.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:05:22.385Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:06:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:06:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:06:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:06:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:06:12.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:06:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:06:22.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:06:22.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:07:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:07:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:07:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:07:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:07:12.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:07:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:07:22.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:07:22.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:08:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:08:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:08:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:08:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:08:12.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:08:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:08:22.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:08:22.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:08:27.312Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T07:09:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:09:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:09:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:09:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:09:12.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:09:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:09:22.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:09:22.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:10:12.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:10:12.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:10:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:10:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T07:10:12.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T07:10:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T07:10:22.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T07:10:22.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK