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-06-08T03:54:23.072Z||main|||||INFO|500||The following profiles are active: basic
2022-06-08T03:54:36.398Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-08T03:54:36.399Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-08T03:54:36.528Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-08T03:54:41.392Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-08T03:54:41.976Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-08T03:54:42.546Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-08T03:54:42.584Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-08T03:54:42.694Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-08T03:54:42.973Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-08T03:54:43.656Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-08T03:54:45.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T03:54:49.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T03:54:49.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-08T03:54:50.045Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T03:54:50.676Z||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-06-08T03:54:52.157Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T03:54:53.701Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-08T03:54:53.727Z||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$$9ade955a.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-06-08T03:54:53.729Z||main|||||WARN|500||The sdc end point is not alive
2022-06-08T03:54:57.888Z||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-06-08T03:55:01.858Z||main|||||WARN|500||---
2022-06-08T03:55:01.859Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-08T03:55:01.859Z||main|||||WARN|500||---
2022-06-08T03:55:02.347Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-08T03:55:08.828Z||main|||||INFO|500||Started Application in 49.652 seconds (JVM running for 52.162)
2022-06-08T03:55:08.838Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-08T03:55:08.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-08T03:55:08.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-08T03:55:08.880Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-08T03:55:08.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ceb945e5-3b23-4010-b803-ea990cf45975 url= /sdc/v1/artifactTypes
2022-06-08T03:55:08.926Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-08T03:55:09.185Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-08T03:55:09.210Z||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-06-08T03:55:09.271Z||scheduling-1|||||DEBUG|500||create keys
2022-06-08T03:55:09.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-08T03:55:09.393Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:55:09.410Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c496b1dd-a67b-43bc-9fa1-12ae049dbffd url= /sdc/v1/registerForDistribution
2022-06-08T03:55:09.797Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c496b1dd-a67b-43bc-9fa1-12ae049dbffd url= /sdc/v1/registerForDistribution
2022-06-08T03:55:09.798Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-08T03:55:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:55:09.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:55:09.817Z||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-06-08T03:55:09.817Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:55:09.817Z||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-06-08T03:55:09.818Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:55:09.818Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-08T03:55:20.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:55:20.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:56:09.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:56:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:56:09.809Z||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-06-08T03:56:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:56:09.810Z||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-06-08T03:56:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:56:19.666Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:56:19.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:57:09.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:57:09.806Z||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-06-08T03:57:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:57:09.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:57:09.812Z||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-06-08T03:57:09.812Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:57:19.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:57:19.662Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:58:09.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:58:09.807Z||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-06-08T03:58:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:58:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:58:09.810Z||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-06-08T03:58:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:58:19.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:58:19.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:59:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:59:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:59:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:59:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:59:09.809Z||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-06-08T03:59:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T03:59:19.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T03:59:19.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:00:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:00:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:00:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:00:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:00:09.809Z||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-06-08T04:00:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:00:19.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:00:19.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:01:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:01:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:01:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:01:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:01:09.809Z||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-06-08T04:01:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:01:19.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:01:19.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:02:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:02:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:02:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:02:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:02:09.809Z||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-06-08T04:02:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:02:19.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:02:19.442Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:03:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:03:09.808Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:03:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:03:09.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:03:09.809Z||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-06-08T04:03:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:03:19.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:03:19.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:04:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:04:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:04:09.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:04:09.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:04:09.809Z||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-06-08T04:04:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:04:19.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:04:19.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:04:25.779Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-08T04:05:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:05:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:05:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:05:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:05:09.809Z||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-06-08T04:05:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:05:19.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:05:19.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:06:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:06:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:06:09.811Z||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-06-08T04:06:09.811Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:06:09.811Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:06:09.811Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:06:19.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:06:19.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:07:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:07:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:07:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:07:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:07:09.809Z||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-06-08T04:07:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:07:19.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:07:19.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:08:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:08:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:08:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:08:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:08:09.809Z||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-06-08T04:08:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:08:19.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:08:19.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:09:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:09:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:09:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:09:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:09:09.808Z||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-06-08T04:09:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:09:19.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:09:19.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:10:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:10:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:10:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:10:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:10:09.808Z||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-06-08T04:10:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:10:19.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:10:19.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:11:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:11:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:11:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:11:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:11:09.808Z||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-06-08T04:11:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:11:19.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:11:19.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:12:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:12:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:12:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:12:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:12:09.808Z||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-06-08T04:12:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:12:19.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:12:19.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:13:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:13:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:13:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:13:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:13:09.809Z||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-06-08T04:13:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:13:19.405Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:13:19.424Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:14:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:14:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:14:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:14:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:14:09.809Z||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-06-08T04:14:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:14:19.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:14:19.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:15:09.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:15:09.806Z||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-06-08T04:15:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:15:09.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:15:09.810Z||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-06-08T04:15:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:15:19.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:15:19.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:16:09.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:16:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:16:09.808Z||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-06-08T04:16:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:16:09.809Z||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-06-08T04:16:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:16:19.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:16:19.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:17:09.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:17:09.807Z||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-06-08T04:17:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:17:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:17:09.808Z||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-06-08T04:17:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:17:19.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:17:19.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:18:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:18:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:18:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:18:09.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:18:09.812Z||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-06-08T04:18:09.813Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:18:19.410Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:18:19.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:19:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:19:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:19:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:19:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:19:09.809Z||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-06-08T04:19:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:19:19.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:19:19.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:20:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:20:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:20:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:20:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:20:09.809Z||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-06-08T04:20:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:20:19.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:20:19.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:21:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:21:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:21:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:21:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:21:09.808Z||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-06-08T04:21:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:21:19.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:21:19.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:22:09.812Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:22:09.812Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:22:09.813Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:22:09.813Z||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-06-08T04:22:09.813Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:22:09.813Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:22:19.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:22:19.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:23:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:23:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:23:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:23:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:23:09.809Z||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-06-08T04:23:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:23:19.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:23:19.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:24:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:24:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:24:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:24:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:24:09.809Z||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-06-08T04:24:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:24:19.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:24:19.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:25:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:25:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:25:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:25:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:25:09.808Z||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-06-08T04:25:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:25:19.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:25:19.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:26:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:26:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:26:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:26:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:26:09.808Z||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-06-08T04:26:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:26:19.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:26:19.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:27:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:27:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:27:09.809Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:27:09.809Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:27:09.809Z||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-06-08T04:27:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:27:19.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:27:19.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:28:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:28:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:28:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:28:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:28:09.809Z||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-06-08T04:28:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:28:19.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:28:19.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:29:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:29:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:29:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:29:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:29:09.809Z||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-06-08T04:29:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:29:19.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:29:19.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:30:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:30:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:30:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:30:09.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:30:09.810Z||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-06-08T04:30:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:30:19.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:30:19.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:31:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:31:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:31:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:31:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:31:09.809Z||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-06-08T04:31:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:31:19.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:31:19.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:32:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:32:09.807Z||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-06-08T04:32:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:32:09.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:32:09.810Z||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-06-08T04:32:09.811Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:32:19.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:32:19.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:33:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:33:09.806Z||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-06-08T04:33:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:33:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:33:09.809Z||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-06-08T04:33:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:33:19.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:33:19.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:34:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:34:09.806Z||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-06-08T04:34:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:34:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:34:09.809Z||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-06-08T04:34:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:34:19.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:34:19.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:35:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:35:09.806Z||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-06-08T04:35:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:35:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:35:09.809Z||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-06-08T04:35:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:35:19.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:35:19.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:36:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:36:09.806Z||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-06-08T04:36:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:36:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:36:09.808Z||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-06-08T04:36:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:36:19.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:36:19.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:37:09.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:37:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:37:09.809Z||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-06-08T04:37:09.810Z||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-06-08T04:37:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:37:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:37:19.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:37:19.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:38:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:38:09.806Z||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-06-08T04:38:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:38:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:38:09.808Z||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-06-08T04:38:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:38:19.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:38:19.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:39:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:39:09.806Z||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-06-08T04:39:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:39:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:39:09.808Z||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-06-08T04:39:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:39:19.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:39:19.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:40:09.806Z||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-06-08T04:40:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:40:09.808Z||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-06-08T04:40:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:10.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f55d43bc-a7b8-4751-9982-1b7c0e9c4f74","serviceName":"vFW 2022-06-08 04-38-41","serviceVersion":"1.0","serviceUUID":"aece1a02-ecd4-4a33-9223-f38f9c33fee5","serviceDescription":"catalog service description","serviceInvariantUUID":"e7f567ff-55c0-4551-883a-d4a5148f45f1","resources":[{"resourceInstanceName":"vFW c8e00615-ce18 0","resourceName":"vFW c8e00615-ce18","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b26d999-d5d0-4b97-9c38-4d1acaa79429","resourceInvariantUUID":"fcb626d5-399b-4640-8b5a-e6ef07d15e25","resourceCustomizationUUID":"1eff407d-067c-4f72-8b46-111dc4dcdd3f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml","artifactChecksum":"NjU3YTgxMDMwOWQ1NTAzNGFlOGI2NTQyN2FjNDVlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7992857b-ecfe-4381-a645-c201bfe998f6","artifactVersion":"1"},{"artifactName":"vfwc8e00615ce180_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json","artifactChecksum":"Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3884da58-7498-448a-b704-016abc14b8bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e478b69-6177-4d6d-981d-9a0e4dee5837","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml","artifactChecksum":"MDkzNTAxZmM4MDQxOThiZmE4NzZkMDc2OTZjNGNlYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9972255f-5b00-443c-a77c-42b486861b39","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ef4de58-0444-4db7-99bb-8c7964bf7c29","artifactVersion":"2","generatedFromUUID":"7e478b69-6177-4d6d-981d-9a0e4dee5837"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220608043841-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml","artifactChecksum":"NGIxOTdhOTE3OTk0OTYzNTg1NzFhNTQ4MDdkMDAyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0e430c9-5e49-48be-9360-4d872c199754","artifactVersion":"1"},{"artifactName":"service-Vfw20220608043841-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar","artifactChecksum":"MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78f8485c-c1c8-4cfb-bc6e-ec923a187982","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:40:10.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:10.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:10.555Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:10.556Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663181476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663180962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663188301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663189265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663189904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663190645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663198181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663197381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663198157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663199167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "cds",
  "timestamp": 1654663198436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-08T04:40:10.655Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:40:10.661Z||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-06-08T04:40:10.661Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:10.687Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:10.688Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:10.818Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:40:10.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663198506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "policy-id",
  "timestamp": 1654663200172,
  "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-06-08T04:40:10.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:40:10.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663199727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663200827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663201942,
  "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-06-08T04:40:10.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.927Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:40:10.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663202946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663207713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:11.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:11.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:11.567Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:11.567Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:40:11.667Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:11.668Z||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-06-08T04:40:11.668Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:11.698Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:11.699Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:12.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:12.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:12.570Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:12.571Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:40:12.673Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:40:12.674Z||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-06-08T04:40:12.675Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:12.735Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:12.736Z||pool-5-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:13.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:13.572Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:13.576Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:13.576Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:13.676Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:13.678Z||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-06-08T04:40:13.678Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:13.735Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:13.736Z||pool-6-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:14.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:14.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:14.580Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:14.581Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T04:40:14.680Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:14.681Z||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-06-08T04:40:14.681Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:14.741Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:14.741Z||pool-7-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:15.582Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:15.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:15.587Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:15.587Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:40:15.687Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:15.689Z||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-06-08T04:40:15.689Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:15.710Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:15.711Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:16.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:16.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:16.591Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:16.591Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:40:16.692Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:16.693Z||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-06-08T04:40:16.693Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:16.736Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:16.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:17.593Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "serviceName": "vFW 2022-06-08 04-38-41",
  "serviceVersion": "1.0",
  "serviceUUID": "aece1a02-ecd4-4a33-9223-f38f9c33fee5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7f567ff-55c0-4551-883a-d4a5148f45f1",
  "resources": [
    {
      "resourceInstanceName": "vFW c8e00615-ce18 0",
      "resourceCustomizationUUID": "1eff407d-067c-4f72-8b46-111dc4dcdd3f",
      "resourceName": "vFW c8e00615-ce18",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b26d999-d5d0-4b97-9c38-4d1acaa79429",
      "resourceInvariantUUID": "fcb626d5-399b-4640-8b5a-e6ef07d15e25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc8e00615ce180_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
          "artifactChecksum": "Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3884da58-7498-448a-b704-016abc14b8bf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7e478b69-6177-4d6d-981d-9a0e4dee5837",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4ef4de58-0444-4db7-99bb-8c7964bf7c29",
            "generatedFromUUID": "7e478b69-6177-4d6d-981d-9a0e4dee5837"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4ef4de58-0444-4db7-99bb-8c7964bf7c29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220608043841-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
      "artifactChecksum": "MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78f8485c-c1c8-4cfb-bc6e-ec923a187982"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:40:17.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:40:17.595Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aece1a02-ecd4-4a33-9223-f38f9c33fee5 ASDC
2022-06-08T04:40:17.741Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
ServiceName:vFW 2022-06-08 04-38-41
ServiceVersion:1.0
ServiceUUID:aece1a02-ecd4-4a33-9223-f38f9c33fee5
ServiceInvariantUUID:e7f567ff-55c0-4551-883a-d4a5148f45f1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220608043841-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
ArtifactUUID:78f8485c-c1c8-4cfb-bc6e-ec923a187982
ArtifactChecksum:MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c8e00615-ce18 0
ResourceCustomizationUUID:1eff407d-067c-4f72-8b46-111dc4dcdd3f
ResourceInvariantUUID:fcb626d5-399b-4640-8b5a-e6ef07d15e25
ResourceName:vFW c8e00615-ce18
ResourceType:VF
ResourceUUID:3b26d999-d5d0-4b97-9c38-4d1acaa79429
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc8e00615ce180_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
ArtifactUUID:3884da58-7498-448a-b704-016abc14b8bf
ArtifactChecksum:Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI=
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/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
ArtifactUUID:7e478b69-6177-4d6d-981d-9a0e4dee5837
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/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
ArtifactUUID:4ef4de58-0444-4db7-99bb-8c7964bf7c29
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/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
ArtifactUUID:4ef4de58-0444-4db7-99bb-8c7964bf7c29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T04:40:17.742Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aece1a02-ecd4-4a33-9223-f38f9c33fee5 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-06-08T04:40:17.812Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:40:17.814Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78f8485c-c1c8-4cfb-bc6e-ec923a187982 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:17.817Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:18.039Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:18.063Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar 78f8485c-c1c8-4cfb-bc6e-ec923a187982 99033
2022-06-08T04:40:18.066Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar ASDC sendASDCNotification
2022-06-08T04:40:18.066Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:18.068Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:18.070Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:18.076Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:18.077Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663218064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:18.176Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-08T04:40:18.178Z||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-06-08T04:40:18.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:18.204Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:18.208Z||pool-10-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:19.077Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:40:19.078Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:19.079Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 78f8485c-c1c8-4cfb-bc6e-ec923a187982, URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar to file: /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.079Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.174Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.175Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:20.070Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1437562334794652382/Definitions/service-Vfw20220608043841-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-06-08T04:40:24.386Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c8e00615-ce18 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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:40:24.404Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.406Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.410Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.411Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:40:24.412Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:40:24.414Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.414Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:40:24.425Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.425Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f51bada6-db56-44d3-98a5-be583b64da6f
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd7907eb-a837-4cb7-b355-94002f995491
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bf2a5d7-9193-418c-bcf1-59122e7a0934
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-08 04-38-41
Description:catalog service description
Model UUID:aece1a02-ecd4-4a33-9223-f38f9c33fee5
Model Version:NULL
Model InvariantUuid:e7f567ff-55c0-4551-883a-d4a5148f45f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c8e00615-ce18
Model UUID:c15b03ae-e980-4499-9b15-b7576e1ebeb2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcb626d5-399b-4640-8b5a-e6ef07d15e25
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1eff407d-067c-4f72-8b46-111dc4dcdd3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e28dc670-9d94-4633-9ca2-d53f0063d7be
ModelName:VfwC8e00615Ce18..base_vfw..module-0
ModelUuid:73ca838d-84ec-46b2-9a69-544e413f7bd9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f51bada6-db56-44d3-98a5-be583b64da6f
ModelInvariantUuid:bcb0aa2b-2c8e-4c50-abf2-27fdabe33060
ModelName:vFW c8e00615-ce18-nodes.vfwCvfc
ModelUuid:2073228f-d7e6-4bf0-a1ad-f7fd69134e76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b63a0976-d7a5-49fd-8002-43e6caaad3f4
ModelInvariantUuid:dcc8dece-7879-4feb-be58-263e4033a72a
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vfw
ModelUuid:65068da8-3dc6-4ada-95ae-d846a3945ed5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd7907eb-a837-4cb7-b355-94002f995491
ModelInvariantUuid:53c21f99-fdca-4bbb-8242-1bc71c28e1ba
ModelName:vFW c8e00615-ce18-nodes.vsnCvfc
ModelUuid:a0e9ac13-e8de-4ebf-8a00-e585cf24c469
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d9cc1969-1b6e-4330-a98e-92f05e88b3c5
ModelInvariantUuid:5628e874-d6d7-44ad-81d2-9938cf5dfa06
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vsn
ModelUuid:ad73118a-6f1a-4c5e-8e71-4be89fc61369
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1bf2a5d7-9193-418c-bcf1-59122e7a0934
ModelInvariantUuid:87c24f55-61d7-4b3b-903d-f3dec3995041
ModelName:vFW c8e00615-ce18-nodes.vpgCvfc
ModelUuid:b0b4e18d-df07-433c-a53d-30f1dfb98f65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d2a9f9a4-5a40-4992-9fea-459f4cae1be3
ModelInvariantUuid:d30f645e-ba53-4b7f-8565-c599f6dcdca9
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vpg
ModelUuid:ef5814f0-804c-435f-a7ed-a68be8a39e19
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-06-08T04:40:24.460Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b26d999-d5d0-4b97-9c38-4d1acaa79429
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-06-08T04:40:24.587Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||vFW c8e00615-ce18 0
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b26d999-d5d0-4b97-9c38-4d1acaa79429
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3884da58-7498-448a-b704-016abc14b8bf from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:24.598Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.668Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:24.668Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json 3884da58-7498-448a-b704-016abc14b8bf 785
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json ASDC sendASDCNotification
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:24.670Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:24.673Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:24.673Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663224669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:24.773Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:24.774Z||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-06-08T04:40:24.775Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:24.815Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:24.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:25.675Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC8e00615Ce18..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e28dc670-9d94-4633-9ca2-d53f0063d7be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73ca838d-84ec-46b2-9a69-544e413f7bd9",
    "vfModuleModelCustomizationUUID": "4d75ab78-8874-4013-8088-b361d9f306d8",
    "isBase": true,
    "artifacts": [
      "7e478b69-6177-4d6d-981d-9a0e4dee5837",
      "4ef4de58-0444-4db7-99bb-8c7964bf7c29"
    ],
    "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-06-08T04:40:25.695Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC8e00615Ce18..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ca838d-84ec-46b2-9a69-544e413f7bd9
VfModuleModelInvariantUUID:e28dc670-9d94-4633-9ca2-d53f0063d7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e478b69-6177-4d6d-981d-9a0e4dee5837
,
4ef4de58-0444-4db7-99bb-8c7964bf7c29

}
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-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC8e00615Ce18..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e28dc670-9d94-4633-9ca2-d53f0063d7be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73ca838d-84ec-46b2-9a69-544e413f7bd9",
    "vfModuleModelCustomizationUUID": "4d75ab78-8874-4013-8088-b361d9f306d8",
    "isBase": true,
    "artifacts": [
      "7e478b69-6177-4d6d-981d-9a0e4dee5837",
      "4ef4de58-0444-4db7-99bb-8c7964bf7c29"
    ],
    "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-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC8e00615Ce18..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ca838d-84ec-46b2-9a69-544e413f7bd9
VfModuleModelInvariantUUID:e28dc670-9d94-4633-9ca2-d53f0063d7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e478b69-6177-4d6d-981d-9a0e4dee5837
,
4ef4de58-0444-4db7-99bb-8c7964bf7c29

}
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-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e478b69-6177-4d6d-981d-9a0e4dee5837 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:25.700Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.790Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml 7e478b69-6177-4d6d-981d-9a0e4dee5837 20368
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:25.793Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:25.797Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:25.798Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663225792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:25.898Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:25.899Z||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-06-08T04:40:25.899Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:25.971Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:25.972Z||pool-12-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:26.799Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ef4de58-0444-4db7-99bb-8c7964bf7c29 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.800Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:26.800Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.857Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env 4ef4de58-0444-4db7-99bb-8c7964bf7c29 2098
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.859Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:26.859Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:26.867Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:26.867Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663226858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:40:26.963Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-08T04:40:26.963Z||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-06-08T04:40:26.964Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:26.981Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:26.982Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:27.868Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aece1a02-ecd4-4a33-9223-f38f9c33fee5
2022-06-08T04:40:27.869Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c8e00615-ce18 0 3b26d999-d5d0-4b97-9c38-4d1acaa79429 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-06-08T04:40:27.908Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@107d1929, org.onap.sdc.toscaparser.api.parameters.Input@49236b06, org.onap.sdc.toscaparser.api.parameters.Input@797274f, org.onap.sdc.toscaparser.api.parameters.Input@1fd6bc2, org.onap.sdc.toscaparser.api.parameters.Input@79319e85]
2022-06-08T04:40:27.913Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1eff407d-067c-4f72-8b46-111dc4dcdd3f
2022-06-08T04:40:27.915Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f matches Tosca VF Customization UUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f
2022-06-08T04:40:27.915Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f  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-06-08T04:40:27.923Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.924Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.926Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1eff407d-067c-4f72-8b46-111dc4dcdd3f: {\"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-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@595d4038
2022-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:40:27.928Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d75ab78-8874-4013-8088-b361d9f306d8
2022-06-08T04:40:27.930Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d75ab78-8874-4013-8088-b361d9f306d8
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-06-08T04:40:27.937Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f51bada6-db56-44d3-98a5-be583b64da6f
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-06-08T04:40:27.961Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:27.967Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.967Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd7907eb-a837-4cb7-b355-94002f995491
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-06-08T04:40:27.969Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.970Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.970Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.977Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T04:40:27.977Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bf2a5d7-9193-418c-bcf1-59122e7a0934
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-06-08T04:40:27.980Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.981Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.981Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=1eff407d-067c-4f72-8b46-111dc4dcdd3f
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-06-08T04:40:27.984Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.985Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.985Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aece1a02-ecd4-4a33-9223-f38f9c33fee5: vFW c8e00615-ce18
2022-06-08T04:40:27.986Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.987Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.987Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.989Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.989Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.990Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:40:27.990Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.991Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-08 04-38-41 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:28.265Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c8e00615-ce18 3b26d999-d5d0-4b97-9c38-4d1acaa79429 1 ASDC deployResourceStructure
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json ASDC sendASDCNotification
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:28.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:28.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663228266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:28.369Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:28.370Z||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-06-08T04:40:28.370Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:28.386Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:28.386Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:29.272Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:29.272Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663229269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:29.372Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:29.374Z||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-06-08T04:40:29.374Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:29.394Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:29.395Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:30.273Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:30.276Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:30.276Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663230273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:30.377Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:40:30.378Z||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-06-08T04:40:30.378Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:30.420Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:30.421Z||pool-16-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar ASDC sendASDCNotification
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:31.279Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:31.281Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:31.281Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663231277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:40:31.381Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:31.382Z||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-06-08T04:40:31.383Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:31.412Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:40:31.412Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:32.282Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:40:32.301Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
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-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:41:02.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:41:02.320Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
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-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:41:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:41:09.809Z||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-06-08T04:41:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:41:09.955Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:41:09.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:41:09.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663209756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:41:09.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:41:32.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:41:32.337Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
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-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:02.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:42:02.366Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
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-06-08T04:42:02.371Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:42:02.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:42:02.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:42:09.809Z||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-06-08T04:42:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:42:09.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:42:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "clamp",
  "timestamp": 1654663210762,
  "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-06-08T04:42:09.923Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.923Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:42:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663209805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663209210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663218064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663217143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663218537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "aai-ml",
  "timestamp": 1654663219544,
  "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-06-08T04:42:09.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:42:09.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663222419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663224669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663223427,
  "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-06-08T04:42:09.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:42:09.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663225792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663226858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663228266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663229269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663230273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663231277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663230645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663233295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663229266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663241222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663241180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663241961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "cds",
  "timestamp": 1654663242189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-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-06-08T04:42:10.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.037Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:42:10.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663242968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663242311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "policy-id",
  "timestamp": 1654663243971,
  "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-06-08T04:42:10.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:42:10.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663243368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663244393,
  "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-06-08T04:42:10.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:42:10.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654663245397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663239209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663240962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663246976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663248730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654663241476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663249334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654663250339,
  "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-06-08T04:42:10.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.102Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663249903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663258228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "aai-ml",
  "timestamp": 1654663259233,
  "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-06-08T04:42:10.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:42:10.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663266718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:32.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:42:32.385Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
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-06-08T04:42:32.389Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-06-08T04:42:32.396Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:43:02.397Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 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-06-08T04:43:02.409Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and serviceModelVersionId: aece1a02-ecd4-4a33-9223-f38f9c33fee5
2022-06-08T04:43:02.409Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7f567ff-55c0-4551-883a-d4a5148f45f1
2022-06-08T04:43:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:43:09.809Z||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-06-08T04:43:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663269725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:43:10.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:43:10.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:43:10.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "clamp",
  "timestamp": 1654663270730,
  "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-06-08T04:43:10.366Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:43:10.366Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:43:19.131Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0
2022-06-08T04:43:19.243Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:43:19.821Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?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-06-08T04:43:19.829Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|INFO|500||Invoke
2022-06-08T04:43:19.980Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:43:20.235Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|INFO|500||InvokeReturn
2022-06-08T04:43:20.236Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-04:43:19:112-61375], vertex-id=[200840], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:43:19 GMT], Content-Type=[application/json]}
2022-06-08T04:43:20.237Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:43:20.242Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:43:20.242Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-06-08T04:43:20.249Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||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-06-08T04:43:20.251Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:43:20.252Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:43:20.253Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:20.254Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:20.255Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663400251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:43:20.355Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:20.356Z||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-06-08T04:43:20.357Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:20.376Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:20.377Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-06-08T04:43:21.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:43:21.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|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-06-08T04:43:21.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:25.937Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:25.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T04:43:25.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d43fc04-342b-46cf-b316-70c5558b1b56","serviceName":"basic_onboard_fHiJAW","serviceVersion":"1.0","serviceUUID":"f35f178b-be13-470a-9a17-824a7d9fda10","serviceDescription":"service","serviceInvariantUUID":"5d96447d-a2d3-407b-a1dd-21611a95a900","resources":[{"resourceInstanceName":"basic_onboard_fHiJAW 0","resourceName":"basic_onboard_fHiJAW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93618d99-ae92-4948-99dc-17f39f157c74","resourceInvariantUUID":"b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea","resourceCustomizationUUID":"10f17830-2a9b-461d-a21c-a14419456711","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml","artifactChecksum":"MWZjOTg2MDFhMTAzMjdjODQ2YzZjNWZjNGIxNzFmMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17b4f468-33d1-4295-9c86-bd8f03fcc851","artifactVersion":"1"},{"artifactName":"basic_onboard_fhijaw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json","artifactChecksum":"Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4541b605-950a-4cba-a46b-c71b847c49d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2202609f-7430-4392-9c5c-3acee2a2bcbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02b849ce-d57e-4dc3-985b-71b4e0d919e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f595de9-cf09-4d7d-96cd-b0f8175d9090","artifactVersion":"2","generatedFromUUID":"2202609f-7430-4392-9c5c-3acee2a2bcbb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFhijaw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml","artifactChecksum":"NGM0ZmNlNThmYzgxY2EzYmZkNWY4ZmM0ZTQ5NDUwZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07b50445-c9fc-4257-a5d5-085e77c7c0f6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFhijaw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar","artifactChecksum":"NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:43:25.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:25.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:25.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:25.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:43:26.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:26.045Z||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-06-08T04:43:26.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:26.075Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:26.075Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:26.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:26.946Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:26.948Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:26.948Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:43:27.049Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:27.050Z||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-06-08T04:43:27.050Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:27.068Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:27.068Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:27.949Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:27.951Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:27.954Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:27.954Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:43:28.054Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:28.055Z||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-06-08T04:43:28.055Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:28.072Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:28.073Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:28.955Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:28.957Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:28.959Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:28.959Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:43:29.061Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:43:29.063Z||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-06-08T04:43:29.063Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:29.119Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:29.120Z||pool-22-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:29.960Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:29.961Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:29.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:29.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T04:43:30.064Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:30.065Z||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-06-08T04:43:30.065Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:30.092Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:30.093Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:30.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:30.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:30.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:30.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:43:31.068Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:31.069Z||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-06-08T04:43:31.069Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:31.136Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:31.136Z||pool-24-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:31.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:31.969Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:31.971Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:31.971Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:43:32.072Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:32.073Z||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-06-08T04:43:32.073Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:32.096Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:32.097Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:32.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "serviceName": "basic_onboard_fHiJAW",
  "serviceVersion": "1.0",
  "serviceUUID": "f35f178b-be13-470a-9a17-824a7d9fda10",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5d96447d-a2d3-407b-a1dd-21611a95a900",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_fHiJAW 0",
      "resourceCustomizationUUID": "10f17830-2a9b-461d-a21c-a14419456711",
      "resourceName": "basic_onboard_fHiJAW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "93618d99-ae92-4948-99dc-17f39f157c74",
      "resourceInvariantUUID": "b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fhijaw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
          "artifactChecksum": "Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4541b605-950a-4cba-a46b-c71b847c49d6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2202609f-7430-4392-9c5c-3acee2a2bcbb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0f595de9-cf09-4d7d-96cd-b0f8175d9090",
            "generatedFromUUID": "2202609f-7430-4392-9c5c-3acee2a2bcbb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0f595de9-cf09-4d7d-96cd-b0f8175d9090",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFhijaw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
      "artifactChecksum": "NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:43:32.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:43:32.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f35f178b-be13-470a-9a17-824a7d9fda10 ASDC
2022-06-08T04:43:32.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8d43fc04-342b-46cf-b316-70c5558b1b56
ServiceName:basic_onboard_fHiJAW
ServiceVersion:1.0
ServiceUUID:f35f178b-be13-470a-9a17-824a7d9fda10
ServiceInvariantUUID:5d96447d-a2d3-407b-a1dd-21611a95a900
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFhijaw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
ArtifactUUID:648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a
ArtifactChecksum:NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fHiJAW 0
ResourceCustomizationUUID:10f17830-2a9b-461d-a21c-a14419456711
ResourceInvariantUUID:b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea
ResourceName:basic_onboard_fHiJAW
ResourceType:VF
ResourceUUID:93618d99-ae92-4948-99dc-17f39f157c74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fhijaw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
ArtifactUUID:4541b605-950a-4cba-a46b-c71b847c49d6
ArtifactChecksum:Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI=
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/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2202609f-7430-4392-9c5c-3acee2a2bcbb
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/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
ArtifactUUID:0f595de9-cf09-4d7d-96cd-b0f8175d9090
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/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
ArtifactUUID:0f595de9-cf09-4d7d-96cd-b0f8175d9090
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T04:43:32.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f35f178b-be13-470a-9a17-824a7d9fda10 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-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.009Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:33.009Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.302Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a 71567
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar ASDC sendASDCNotification
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:33.306Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:33.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:33.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663413305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:43:33.408Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:33.409Z||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-06-08T04:43:33.409Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:33.449Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:33.449Z||pool-26-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:34.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a, URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar to file: /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.311Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.311Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.475Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5215285345797495897/Definitions/service-BasicOnboardFhijaw-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-06-08T04:43:35.965Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:43:35.965Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fHiJAW 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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.970Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.970Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.971Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:43:35.971Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.973Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:43:35.973Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.978Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.978Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.979Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.979Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1323b329-7ca8-4b40-bb09-5d9d060bc0de
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.985Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_fHiJAW
Description:service
Model UUID:f35f178b-be13-470a-9a17-824a7d9fda10
Model Version:NULL
Model InvariantUuid:5d96447d-a2d3-407b-a1dd-21611a95a900
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_fHiJAW
Model UUID:762d9b3c-da83-4da9-b1c9-6b6e5ab81fdb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:10f17830-2a9b-461d-a21c-a14419456711
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eef6cd4a-243d-4211-8511-82e007b5e523
ModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
ModelUuid:1e708331-72f5-4985-8ef6-d3533e8aa42a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1323b329-7ca8-4b40-bb09-5d9d060bc0de
ModelInvariantUuid:861e804c-fa8f-4a2e-8888-756a2fcc67bc
ModelName:basic_onboard_fHiJAW-nodes.ubuntu18Cvfc
ModelUuid:dde02e32-4dee-4e2e-ab5b-60d9818b87c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9b9624e8-3163-4789-9fa9-8833405d218a
ModelInvariantUuid:1bd23a3a-ee01-47d9-bf50-80647425cb5b
ModelName:BasicOnboardFhijaw.compute.nodes.heat.ubuntu18
ModelUuid:120dc21e-39d0-41e1-9ca6-2662369994c7
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-06-08T04:43:35.991Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 93618d99-ae92-4948-99dc-17f39f157c74
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-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||basic_onboard_fHiJAW 0
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93618d99-ae92-4948-99dc-17f39f157c74
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4541b605-950a-4cba-a46b-c71b847c49d6 from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json 4541b605-950a-4cba-a46b-c71b847c49d6 798
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json ASDC sendASDCNotification
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:36.132Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:36.133Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:36.134Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663416131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:43:36.234Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:36.235Z||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-06-08T04:43:36.236Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:36.260Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:36.261Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:37.134Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFhijaw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eef6cd4a-243d-4211-8511-82e007b5e523",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e708331-72f5-4985-8ef6-d3533e8aa42a",
    "vfModuleModelCustomizationUUID": "30c2acd6-8ba7-446c-bfab-55eb1c534b61",
    "isBase": true,
    "artifacts": [
      "2202609f-7430-4392-9c5c-3acee2a2bcbb",
      "0f595de9-cf09-4d7d-96cd-b0f8175d9090"
    ],
    "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-06-08T04:43:37.139Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e708331-72f5-4985-8ef6-d3533e8aa42a
VfModuleModelInvariantUUID:eef6cd4a-243d-4211-8511-82e007b5e523
VfModuleModelDescription:NULL
Artifacts UUID List:{
2202609f-7430-4392-9c5c-3acee2a2bcbb
,
0f595de9-cf09-4d7d-96cd-b0f8175d9090

}
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-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFhijaw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eef6cd4a-243d-4211-8511-82e007b5e523",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e708331-72f5-4985-8ef6-d3533e8aa42a",
    "vfModuleModelCustomizationUUID": "30c2acd6-8ba7-446c-bfab-55eb1c534b61",
    "isBase": true,
    "artifacts": [
      "2202609f-7430-4392-9c5c-3acee2a2bcbb",
      "0f595de9-cf09-4d7d-96cd-b0f8175d9090"
    ],
    "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-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e708331-72f5-4985-8ef6-d3533e8aa42a
VfModuleModelInvariantUUID:eef6cd4a-243d-4211-8511-82e007b5e523
VfModuleModelDescription:NULL
Artifacts UUID List:{
2202609f-7430-4392-9c5c-3acee2a2bcbb
,
0f595de9-cf09-4d7d-96cd-b0f8175d9090

}
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-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2202609f-7430-4392-9c5c-3acee2a2bcbb from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.324Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml 2202609f-7430-4392-9c5c-3acee2a2bcbb 5033
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:37.326Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:37.327Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:37.328Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663417325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:43:37.428Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:37.428Z||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-06-08T04:43:37.429Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:37.473Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:37.474Z||pool-28-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:38.328Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f595de9-cf09-4d7d-96cd-b0f8175d9090 from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.329Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:38.329Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.381Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env 0f595de9-cf09-4d7d-96cd-b0f8175d9090 909
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:38.384Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:38.384Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663418382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:43:38.485Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:38.486Z||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-06-08T04:43:38.486Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:38.505Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:38.506Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:39.385Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f35f178b-be13-470a-9a17-824a7d9fda10
2022-06-08T04:43:39.386Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fHiJAW 0 93618d99-ae92-4948-99dc-17f39f157c74 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-06-08T04:43:39.400Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9f79960, org.onap.sdc.toscaparser.api.parameters.Input@381127ac, org.onap.sdc.toscaparser.api.parameters.Input@1ba95fb7, org.onap.sdc.toscaparser.api.parameters.Input@554b38ee, org.onap.sdc.toscaparser.api.parameters.Input@604297be]
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 10f17830-2a9b-461d-a21c-a14419456711
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10f17830-2a9b-461d-a21c-a14419456711 matches Tosca VF Customization UUID: 10f17830-2a9b-461d-a21c-a14419456711
2022-06-08T04:43:39.403Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 10f17830-2a9b-461d-a21c-a14419456711  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-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 10f17830-2a9b-461d-a21c-a14419456711: {\"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-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5a8d8b
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30c2acd6-8ba7-446c-bfab-55eb1c534b61
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30c2acd6-8ba7-446c-bfab-55eb1c534b61
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-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1323b329-7ca8-4b40-bb09-5d9d060bc0de
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-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=10f17830-2a9b-461d-a21c-a14419456711
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-06-08T04:43:39.417Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f35f178b-be13-470a-9a17-824a7d9fda10: basic_onboard_fHiJAW
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.421Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_fHiJAW 
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-06-08T04:43:39.513Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fHiJAW 93618d99-ae92-4948-99dc-17f39f157c74 1 ASDC deployResourceStructure
2022-06-08T04:43:39.513Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json ASDC sendASDCNotification
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:39.516Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:39.516Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663419513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:43:39.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:39.617Z||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-06-08T04:43:39.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:39.699Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:39.700Z||pool-30-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:40.517Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:40.520Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:40.520Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663420517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:43:40.621Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:40.621Z||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-06-08T04:43:40.622Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:40.645Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:40.646Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:41.525Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:41.525Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663421522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:43:41.625Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:41.626Z||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-06-08T04:43:41.626Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:41.650Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:41.651Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:42.526Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar ASDC sendASDCNotification
2022-06-08T04:43:42.526Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:42.527Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:42.527Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:42.529Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:42.530Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663422526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:43:42.630Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:42.631Z||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-06-08T04:43:42.631Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:42.656Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:43:42.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:43.530Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:43:43.543Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56
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-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-06-08T04:43:43.555Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:44:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:09.809Z||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-06-08T04:44:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:10.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:44:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663400251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663401268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663413305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663416131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663417325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663418382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663419513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:44:10.490Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663420517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663421522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663422526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:44:10.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:13.555Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56 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-06-08T04:44:13.563Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d43fc04-342b-46cf-b316-70c5558b1b56 and serviceModelVersionId: f35f178b-be13-470a-9a17-824a7d9fda10
2022-06-08T04:44:13.563Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d96447d-a2d3-407b-a1dd-21611a95a900
2022-06-08T04:44:13.564Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0
2022-06-08T04:44:13.572Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:44:13.646Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?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-06-08T04:44:13.648Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|INFO|500||Invoke
2022-06-08T04:44:13.679Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:44:13.892Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|INFO|500||InvokeReturn
2022-06-08T04:44:13.893Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-04:44:12:811-53630], vertex-id=[196704], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:44:12 GMT], Content-Type=[application/json]}
2022-06-08T04:44:13.893Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:44:13.894Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:44:13.894Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-06-08T04:44:13.899Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||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-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d43fc04-342b-46cf-b316-70c5558b1b56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:44:13.902Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:44:13.903Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663453900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:44:14.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:44:14.004Z||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-06-08T04:44:14.004Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:14.061Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:44:14.062Z||pool-34-thread-1|||||INFO|500||cambria reply ok (59 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-06-08T04:44:14.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:14.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:14.917Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:24.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:34.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:43.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:45:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:45:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:45:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:45:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:45:09.808Z||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-06-08T04:45:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:45:10.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:45:10.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:45:10.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654663453900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:45:10.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:45:19.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:46:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:46:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:46:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:46:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:46:09.809Z||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-06-08T04:46:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:46:19.392Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:46:19.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:47:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:47:09.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:47:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:47:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:47:09.808Z||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-06-08T04:47:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:47:19.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:47:19.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:48:09.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:48:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:48:09.810Z||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-06-08T04:48:09.810Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:48:09.810Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:48:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:48:19.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:48:19.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:49:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:49:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:49:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:49:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:49:09.808Z||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-06-08T04:49:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:49:19.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:49:19.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:50:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:50:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:50:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:50:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:50:09.809Z||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-06-08T04:50:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:50:19.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:50:19.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:51:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:51:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:51:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:51:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:51:09.808Z||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-06-08T04:51:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:51:19.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:51:19.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:52:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:52:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:52:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:52:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:52:09.809Z||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-06-08T04:52:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:52:19.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:52:19.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:53:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:53:09.808Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:53:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|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-06-08T04:53:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:53:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:53:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:53:19.392Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:53:19.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:54:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:54:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:54:09.809Z||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-06-08T04:54:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:19.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:19.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:19.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:54:19.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee046924-e28c-44f3-bce1-336b59889682","serviceName":"Demo_pNF_yPUkokR7O0ZCHn6UbaPv","serviceVersion":"1.0","serviceUUID":"0745fbcc-8971-4323-ac23-88232d5ac81d","serviceDescription":"catalog service description","serviceInvariantUUID":"ef079455-4181-4cb6-b509-75f0eb9d4773","resources":[{"resourceInstanceName":"pNF 185369bf-e56a 0","resourceName":"pNF 185369bf-e56a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a034bed0-b7f1-4f46-91df-4d65a722e584","resourceInvariantUUID":"0d7b12ab-158a-4679-acae-452fff94aeba","resourceCustomizationUUID":"5e8cb4f5-d04f-4c4c-a093-195cc12730e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml","artifactChecksum":"NGM3MTA1YTZiNmZlMzQxNzczMDI3MDQzMDgyYzc5YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bcdcbb93-5779-4002-af53-2266cb8b500b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80e6e841-b708-4648-910f-851447d20061","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e8ee97a-9ae4-4d0e-8776-c2b9cc8294ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY2M2VlYjM1ZDc4ZWZmOGJlOGFiZTdmYjljYWM0MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"675f857b-3569-477e-b0db-b20c50949789","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd0b2968-959f-478b-94f4-d36a7a0424e2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"636fa526-caf0-4bfc-a7a8-7789778465d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYpukokr7o0zchn6ubapv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml","artifactChecksum":"YzA4MWRkZmVlMzllNjA3NjkxYmJhMjZiMDU4YWUyMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d20f2762-b96f-453d-ad30-81c805281107","artifactVersion":"1"},{"artifactName":"service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar","artifactChecksum":"YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"542a6316-d25d-4f4d-b8f0-b9c149851238","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:54:19.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:19.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:19.584Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:19.585Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:19.685Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:54:19.686Z||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-06-08T04:54:19.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:19.716Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:19.717Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":4,"count":1}
2022-06-08T04:54:20.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:20.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:20.588Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:20.588Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:20.690Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:54:20.691Z||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-06-08T04:54:20.691Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:20.738Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:20.739Z||pool-36-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:21.589Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:21.590Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:21.593Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:21.593Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:21.693Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:21.694Z||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-06-08T04:54:21.694Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:21.780Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:21.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:22.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:22.595Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:22.597Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:22.597Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:22.697Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:54:22.699Z||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-06-08T04:54:22.699Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:22.723Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:22.723Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:54:23.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:23.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:23.602Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:23.602Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:23.702Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:23.703Z||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-06-08T04:54:23.703Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:23.748Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:23.749Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:24.602Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:24.604Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:24.606Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:24.607Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:24.707Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:24.708Z||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-06-08T04:54:24.708Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:24.777Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:24.778Z||pool-40-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":3,"count":1}
2022-06-08T04:54:25.609Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:25.609Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:25.617Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:25.617Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:54:25.720Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:54:25.721Z||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-06-08T04:54:25.721Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:25.774Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:25.775Z||pool-41-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:26.618Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:26.630Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:26.647Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:26.647Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:54:26.735Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-08T04:54:26.736Z||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-06-08T04:54:26.736Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:26.763Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:26.764Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "serviceName": "Demo_pNF_yPUkokR7O0ZCHn6UbaPv",
  "serviceVersion": "1.0",
  "serviceUUID": "0745fbcc-8971-4323-ac23-88232d5ac81d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef079455-4181-4cb6-b509-75f0eb9d4773",
  "resources": [
    {
      "resourceInstanceName": "pNF 185369bf-e56a 0",
      "resourceCustomizationUUID": "5e8cb4f5-d04f-4c4c-a093-195cc12730e3",
      "resourceName": "pNF 185369bf-e56a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a034bed0-b7f1-4f46-91df-4d65a722e584",
      "resourceInvariantUUID": "0d7b12ab-158a-4679-acae-452fff94aeba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
      "artifactChecksum": "YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "542a6316-d25d-4f4d-b8f0-b9c149851238"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0745fbcc-8971-4323-ac23-88232d5ac81d ASDC
2022-06-08T04:54:27.652Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ee046924-e28c-44f3-bce1-336b59889682
ServiceName:Demo_pNF_yPUkokR7O0ZCHn6UbaPv
ServiceVersion:1.0
ServiceUUID:0745fbcc-8971-4323-ac23-88232d5ac81d
ServiceInvariantUUID:ef079455-4181-4cb6-b509-75f0eb9d4773
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
ArtifactUUID:542a6316-d25d-4f4d-b8f0-b9c149851238
ArtifactChecksum:YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 185369bf-e56a 0
ResourceCustomizationUUID:5e8cb4f5-d04f-4c4c-a093-195cc12730e3
ResourceInvariantUUID:0d7b12ab-158a-4679-acae-452fff94aeba
ResourceName:pNF 185369bf-e56a
ResourceType:PNF
ResourceUUID:a034bed0-b7f1-4f46-91df-4d65a722e584
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-08T04:54:27.652Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0745fbcc-8971-4323-ac23-88232d5ac81d 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-06-08T04:54:27.702Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 542a6316-d25d-4f4d-b8f0-b9c149851238 from URL: /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:54:27.705Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.863Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:54:27.867Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar 542a6316-d25d-4f4d-b8f0-b9c149851238 82648
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar ASDC sendASDCNotification
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:27.870Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:27.870Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664067868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:54:27.971Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:27.972Z||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-06-08T04:54:27.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:28.006Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:28.007Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:28.872Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 542a6316-d25d-4f4d-b8f0-b9c149851238, URL: /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar to file: /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.875Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.875Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:29.042Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7851038569836513979/Definitions/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml
2022-06-08T04:54:30.146Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 185369bf-e56a 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-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Node template pNF 185369bf-e56a 0 is matching search criteria
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 185369bf-e56a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Node template pNF 185369bf-e56a 0 is matching search criteria
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 185369bf-e56a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.155Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.155Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yPUkokR7O0ZCHn6UbaPv
Description:catalog service description
Model UUID:0745fbcc-8971-4323-ac23-88232d5ac81d
Model Version:NULL
Model InvariantUuid:ef079455-4181-4cb6-b509-75f0eb9d4773
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-06-08T04:54:30.161Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a034bed0-b7f1-4f46-91df-4d65a722e584
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-06-08T04:54:30.167Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||pNF 185369bf-e56a 0
2022-06-08T04:54:30.167Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a034bed0-b7f1-4f46-91df-4d65a722e584
2022-06-08T04:54:30.168Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:54:30.168Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:54:30.169Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 185369bf-e56a 0 a034bed0-b7f1-4f46-91df-4d65a722e584 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-06-08T04:54:30.175Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b42a8f5, org.onap.sdc.toscaparser.api.parameters.Input@48c9d440, org.onap.sdc.toscaparser.api.parameters.Input@51caae10, org.onap.sdc.toscaparser.api.parameters.Input@a99437d, org.onap.sdc.toscaparser.api.parameters.Input@44d257db]
2022-06-08T04:54:30.175Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0745fbcc-8971-4323-ac23-88232d5ac81d: pNF 185369bf-e56a
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Processing PNF resource: a034bed0-b7f1-4f46-91df-4d65a722e584
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5e8cb4f5-d04f-4c4c-a093-195cc12730e3 is the same as notified resource customizationUUID: 5e8cb4f5-d04f-4c4c-a093-195cc12730e3
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-06-08T04:54:30.256Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 185369bf-e56a a034bed0-b7f1-4f46-91df-4d65a722e584 0 ASDC deployResourceStructure
2022-06-08T04:54:30.257Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar ASDC sendASDCNotification
2022-06-08T04:54:30.257Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.258Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:54:30.258Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:30.261Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:30.261Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664070257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:54:30.361Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:30.362Z||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-06-08T04:54:30.362Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:30.383Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:54:30.384Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:54:31.262Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:54:31.275Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
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-06-08T04:54:31.278Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:54:31.278Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:54:31.279Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:01.280Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:55:01.290Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
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-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:55:09.809Z||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-06-08T04:55:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:55:10.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:55:10.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664050962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664050646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664049805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664049209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664058292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664067754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664067868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664066612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664067186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664059903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "cds",
  "timestamp": 1654664068205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-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-06-08T04:55:10.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664068651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664070257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664061476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664069655,
  "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-06-08T04:55:10.639Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.640Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664070310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664070646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664071507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664070646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664072511,
  "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-06-08T04:55:10.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664074400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664073878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "cds",
  "timestamp": 1654664073292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "aai-ml",
  "timestamp": 1654664075406,
  "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-06-08T04:55:10.672Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.672Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "cds",
  "timestamp": 1654664073292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "cds",
  "timestamp": 1654664076245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664076891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "cds",
  "timestamp": 1654664077267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.701Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:55:10.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664078447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "clamp",
  "timestamp": 1654664077899,
  "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-06-08T04:55:10.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664079459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "policy-id",
  "timestamp": 1654664080462,
  "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-06-08T04:55:10.730Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.730Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:55:10.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664079210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "aai-ml",
  "timestamp": 1654664080962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664079210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "policy-id",
  "timestamp": 1654664069267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "aai-ml",
  "timestamp": 1654664080962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664082046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664081476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "policy-id",
  "timestamp": 1654664083574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "aai-ml",
  "timestamp": 1654664083784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664081476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "policy-id",
  "timestamp": 1654664084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664083633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "policy-id",
  "timestamp": 1654664085587,
  "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-06-08T04:55:10.750Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.751Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:55:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664084637,
  "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-06-08T04:55:10.763Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "aai-ml",
  "timestamp": 1654664088520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "aai-ml",
  "timestamp": 1654664089525,
  "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-06-08T04:55:10.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "clamp",
  "timestamp": 1654664089907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "clamp",
  "timestamp": 1654664089907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "clamp",
  "timestamp": 1654664095881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "clamp",
  "timestamp": 1654664098883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "clamp",
  "timestamp": 1654664099887,
  "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-06-08T04:55:10.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:55:31.295Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:55:31.306Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
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-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:31.321Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:56:01.321Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee046924-e28c-44f3-bce1-336b59889682 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-06-08T04:56:01.329Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee046924-e28c-44f3-bce1-336b59889682 and serviceModelVersionId: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:56:01.329Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef079455-4181-4cb6-b509-75f0eb9d4773
2022-06-08T04:56:01.330Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0
2022-06-08T04:56:01.335Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:56:01.406Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?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-06-08T04:56:01.407Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|INFO|500||Invoke
2022-06-08T04:56:01.436Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:56:01.667Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|INFO|500||InvokeReturn
2022-06-08T04:56:01.668Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-04:56:00:572-95194], vertex-id=[213128], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:56:00 GMT], Content-Type=[application/json]}
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:01.675Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee046924-e28c-44f3-bce1-336b59889682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:01.681Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:01.681Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664161678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:56:01.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:01.782Z||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-06-08T04:56:01.782Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:01.818Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:01.819Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 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-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:03.344Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:03.346Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:56:03.346Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9e4b0f7-8281-4562-95eb-17b97750914f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f78d08d0-f3d4-4aec-86a1-bca1f67be839","serviceDescription":"service","serviceInvariantUUID":"fcdb1a29-1949-42b3-854e-0600ce99ff0a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee","resourceInvariantUUID":"924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6","resourceCustomizationUUID":"2ab773f1-cf7e-414f-939f-9e0d5b41c002","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":"NWVlZjc4MzEzMmUxMjY1MzE2M2UzZGYxOWFlMGU4NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17d23df8-dd7f-4f6e-b7ba-b4b30acd7c80","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c67bb513-f5bd-4316-9c53-3cc68eef1f18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:56:03.348Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:03.348Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:03.350Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:03.351Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:03.451Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:03.452Z||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-06-08T04:56:03.452Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:03.480Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:03.481Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:04.351Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:04.352Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:04.355Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:04.355Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:04.455Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:04.456Z||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-06-08T04:56:04.456Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:04.473Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:04.474Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:05.356Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f78d08d0-f3d4-4aec-86a1-bca1f67be839",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fcdb1a29-1949-42b3-854e-0600ce99ff0a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2ab773f1-cf7e-414f-939f-9e0d5b41c002",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee",
      "resourceInvariantUUID": "924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6",
      "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": "MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c67bb513-f5bd-4316-9c53-3cc68eef1f18"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:56:05.356Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:56:05.357Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f78d08d0-f3d4-4aec-86a1-bca1f67be839 ASDC
2022-06-08T04:56:05.357Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c9e4b0f7-8281-4562-95eb-17b97750914f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f78d08d0-f3d4-4aec-86a1-bca1f67be839
ServiceInvariantUUID:fcdb1a29-1949-42b3-854e-0600ce99ff0a
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:c67bb513-f5bd-4316-9c53-3cc68eef1f18
ArtifactChecksum:MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2ab773f1-cf7e-414f-939f-9e0d5b41c002
ResourceInvariantUUID:924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-08T04:56:05.357Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f78d08d0-f3d4-4aec-86a1-bca1f67be839 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-06-08T04:56:05.388Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c67bb513-f5bd-4316-9c53-3cc68eef1f18 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:05.390Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.462Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:05.465Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c67bb513-f5bd-4316-9c53-3cc68eef1f18 52505
2022-06-08T04:56:05.465Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:05.468Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:05.468Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664165465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:05.569Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:56:05.570Z||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-06-08T04:56:05.570Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:05.585Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:05.586Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:06.469Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:06.470Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:06.471Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c67bb513-f5bd-4316-9c53-3cc68eef1f18, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.471Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-08T04:56:06.472Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.472Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.582Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2415654332843089264/Definitions/service-BasicNetwork-template.yml
2022-06-08T04:56:07.089Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.095Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f78d08d0-f3d4-4aec-86a1-bca1f67be839
Model Version:NULL
Model InvariantUuid:fcdb1a29-1949-42b3-854e-0600ce99ff0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6
Model UUID:62bd57d4-1fb8-45c7-af11-c54e79f9bcec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2ab773f1-cf7e-414f-939f-9e0d5b41c002
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-06-08T04:56:07.105Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee
2022-06-08T04:56:07.105Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||No resources found for Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
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-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||
2022-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:07.117Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dbb86c5, org.onap.sdc.toscaparser.api.parameters.Input@3492957d, org.onap.sdc.toscaparser.api.parameters.Input@2143cb68, org.onap.sdc.toscaparser.api.parameters.Input@e67cd53, org.onap.sdc.toscaparser.api.parameters.Input@4fabfff4]
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f78d08d0-f3d4-4aec-86a1-bca1f67be839: Generic NeutronNet
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.121Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.121Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-08T04:56:07.171Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.172Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.173Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.173Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.174Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:07.175Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.175Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-08T04:56:07.231Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-08T04:56:07.231Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T04:56:07.232Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.232Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:56:07.232Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:07.247Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:07.247Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664167231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:07.334Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-08T04:56:07.335Z||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-06-08T04:56:07.336Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:07.353Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:07.354Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:08.248Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e4b0f7-8281-4562-95eb-17b97750914f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:56:08.260Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e4b0f7-8281-4562-95eb-17b97750914f
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-06-08T04:56:08.264Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:56:08.264Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:56:08.264Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:56:08.265Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:56:08.265Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.265Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.265Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.266Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.266Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.266Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:08.266Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:56:08.271Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:56:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:56:09.809Z||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-06-08T04:56:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:09.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:10.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664130646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664129265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664133293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664142706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664142721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664143462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "cds",
  "timestamp": 1654664143719,
  "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-06-08T04:56:10.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664144466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664143786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "policy-id",
  "timestamp": 1654664145470,
  "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-06-08T04:56:10.046Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.046Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664144839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664145863,
  "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-06-08T04:56:10.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664139209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664146866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664140963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664147068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664148729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664149264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664150268,
  "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-06-08T04:56:10.074Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.074Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664149903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664158004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "aai-ml",
  "timestamp": 1654664159008,
  "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-06-08T04:56:10.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664161678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:56:10.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664150645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664148292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664163894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664165465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664164846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664164837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664165710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "cds",
  "timestamp": 1654664165851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:56:10.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:56:10.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:56:10.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664165909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664165905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664166716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664167231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "clamp",
  "timestamp": 1654664166913,
  "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-06-08T04:56:10.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6899704-035e-4577-bf71-8fdf919a6c0c
2022-06-08T04:56:10.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:56:10.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664166961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "policy-id",
  "timestamp": 1654664167720,
  "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-06-08T04:56:10.154Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:56:10.154Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:56:10.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664168011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:10.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:56:38.271Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9e4b0f7-8281-4562-95eb-17b97750914f 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-06-08T04:56:38.278Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9e4b0f7-8281-4562-95eb-17b97750914f and serviceModelVersionId: f78d08d0-f3d4-4aec-86a1-bca1f67be839
2022-06-08T04:56:38.279Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcdb1a29-1949-42b3-854e-0600ce99ff0a
2022-06-08T04:56:38.280Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0
2022-06-08T04:56:38.283Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:56:38.341Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0|INFO|500||Invoke
2022-06-08T04:56:38.342Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9e4b0f7-8281-4562-95eb-17b97750914f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f63e2adc-3ad1-4966-9695-d31b8de764a7], X-ECOMP-RequestID=[c9e4b0f7-8281-4562-95eb-17b97750914f], X-TransactionId=[], X-ONAP-RequestID=[c9e4b0f7-8281-4562-95eb-17b97750914f], Content-Type=[application/merge-patch+json]}
2022-06-08T04:56:38.377Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:56:38.525Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?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/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-04:56:37:506-30064], vertex-id=[200888], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:56:37 GMT], Content-Type=[application/json]}
2022-06-08T04:56:38.526Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:56:38.527Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcdb1a29-1949-42b3-854e-0600ce99ff0a/model-vers/model-ver/f78d08d0-f3d4-4aec-86a1-bca1f67be839?depth=0|INFO|500||InvokeReturn
2022-06-08T04:56:38.528Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:56:38.528Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:38.533Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:56:38.533Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9e4b0f7-8281-4562-95eb-17b97750914f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:56:38.534Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:56:38.534Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:38.537Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:38.537Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664198534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:56:38.637Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:38.638Z||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-06-08T04:56:38.638Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:38.682Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:38.683Z||pool-50-thread-1|||||INFO|500||cambria reply ok (46 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-06-08T04:56:39.548Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:56:39.548Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6899704-035e-4577-bf71-8fdf919a6c0c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8acebb80-df42-40b8-a5ae-77eeb738c6e6","serviceDescription":"service","serviceInvariantUUID":"d32d03f7-4729-4994-9e1d-dd180f9beef8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19373ba6-2b57-417d-9bff-3a5139a00ded","resourceInvariantUUID":"08357c0d-7dd8-487b-92c2-aebde4d3d1f9","resourceCustomizationUUID":"047c9a7e-ee11-4d93-a965-1c8a8c9f6232","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":"MjYxNGQzOTBhZmM3MDgxYjdlNTJmYzBkMGNlMzFkNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d95d53a-47da-4aec-bc43-e3c2cf5d6e4b","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":"YjBhYmUwMTQ5NDQxYTkwNWJlNDU1NTQxNzRiMjg0ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92079791-edda-4ab2-b68a-253c40d9c5bd","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":"a63c88f7-9cca-4ada-b76d-7cb10a3698b0","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":"ce0a7ced-abe4-4318-b430-488698848995","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":"bc762e18-3071-43a0-b244-a1420f8ca2d2","artifactVersion":"2","generatedFromUUID":"a63c88f7-9cca-4ada-b76d-7cb10a3698b0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTE4Y2U1NzkzNTQxNjBlZjVmM2I3ZmZhNjI0OTM4ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"725ab497-5088-481d-87c5-b68f59366c04","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjdiM2M3NGRiOTRkZmNhNTgyMjQzMWJhNTc2ZjQwODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"180382c7-a691-4e24-bb32-e72a114c5571","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:56:39.548Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:39.549Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:39.551Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:39.551Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:39.651Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:39.652Z||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-06-08T04:56:39.652Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:39.708Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:39.709Z||pool-51-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:40.551Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:40.552Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:40.554Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:40.554Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:56:40.655Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:56:40.655Z||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-06-08T04:56:40.656Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:40.689Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:40.690Z||pool-52-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:41.555Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:41.556Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:41.558Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:41.558Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:56:41.659Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:56:41.660Z||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-06-08T04:56:41.660Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:41.711Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:41.712Z||pool-53-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:42.559Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:42.560Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:42.562Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:42.562Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:42.662Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:56:42.663Z||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-06-08T04:56:42.663Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:42.723Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:42.724Z||pool-54-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:43.563Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:43.564Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:43.566Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:43.566Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T04:56:43.666Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:43.667Z||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-06-08T04:56:43.667Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:43.697Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:43.698Z||pool-55-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:44.566Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:44.567Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:44.569Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:44.569Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:56:44.669Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:44.671Z||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-06-08T04:56:44.671Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:44.705Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:44.706Z||pool-56-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:45.570Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:45.572Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:45.575Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:45.575Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:56:45.675Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:45.676Z||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-06-08T04:56:45.677Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:45.739Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:45.740Z||pool-57-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:46.577Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8acebb80-df42-40b8-a5ae-77eeb738c6e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d32d03f7-4729-4994-9e1d-dd180f9beef8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "047c9a7e-ee11-4d93-a965-1c8a8c9f6232",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19373ba6-2b57-417d-9bff-3a5139a00ded",
      "resourceInvariantUUID": "08357c0d-7dd8-487b-92c2-aebde4d3d1f9",
      "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": "YjBhYmUwMTQ5NDQxYTkwNWJlNDU1NTQxNzRiMjg0ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "92079791-edda-4ab2-b68a-253c40d9c5bd",
          "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": "a63c88f7-9cca-4ada-b76d-7cb10a3698b0",
          "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": "bc762e18-3071-43a0-b244-a1420f8ca2d2",
            "generatedFromUUID": "a63c88f7-9cca-4ada-b76d-7cb10a3698b0"
          },
          "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": "bc762e18-3071-43a0-b244-a1420f8ca2d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjdiM2M3NGRiOTRkZmNhNTgyMjQzMWJhNTc2ZjQwODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "180382c7-a691-4e24-bb32-e72a114c5571"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:56:46.577Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:56:46.577Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8acebb80-df42-40b8-a5ae-77eeb738c6e6 ASDC
2022-06-08T04:56:46.578Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d6899704-035e-4577-bf71-8fdf919a6c0c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8acebb80-df42-40b8-a5ae-77eeb738c6e6
ServiceInvariantUUID:d32d03f7-4729-4994-9e1d-dd180f9beef8
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:180382c7-a691-4e24-bb32-e72a114c5571
ArtifactChecksum:ZjdiM2M3NGRiOTRkZmNhNTgyMjQzMWJhNTc2ZjQwODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:047c9a7e-ee11-4d93-a965-1c8a8c9f6232
ResourceInvariantUUID:08357c0d-7dd8-487b-92c2-aebde4d3d1f9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:19373ba6-2b57-417d-9bff-3a5139a00ded
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:92079791-edda-4ab2-b68a-253c40d9c5bd
ArtifactChecksum:YjBhYmUwMTQ5NDQxYTkwNWJlNDU1NTQxNzRiMjg0ZDY=
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:a63c88f7-9cca-4ada-b76d-7cb10a3698b0
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:bc762e18-3071-43a0-b244-a1420f8ca2d2
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:bc762e18-3071-43a0-b244-a1420f8ca2d2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T04:56:46.578Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8acebb80-df42-40b8-a5ae-77eeb738c6e6 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-06-08T04:56:46.617Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:46.618Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:46.618Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:46.618Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 180382c7-a691-4e24-bb32-e72a114c5571 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T04:56:46.618Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:46.618Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T04:56:46.694Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:46.698Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 180382c7-a691-4e24-bb32-e72a114c5571 71062
2022-06-08T04:56:46.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-08T04:56:46.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T04:56:46.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:46.700Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:46.702Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:46.702Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664206699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:46.802Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:56:46.803Z||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-06-08T04:56:46.803Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:46.835Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:46.836Z||pool-58-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:47.703Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:47.704Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:47.704Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 180382c7-a691-4e24-bb32-e72a114c5571, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:47.704Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-08T04:56:47.705Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:47.705Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:47.923Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10095750014530313253/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-06-08T04:56:49.408Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||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-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||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-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.409Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||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-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||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-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.410Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:49.411Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:49.412Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.412Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.412Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.412Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T04:56:49.412Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.413Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:56:49.414Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.414Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:49.414Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:49.414Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.414Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T04:56:49.415Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0c05ad61-23bb-46cc-b640-3d0c4e79c341
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.416Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.417Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.417Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:49.417Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:49.417Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8acebb80-df42-40b8-a5ae-77eeb738c6e6
Model Version:NULL
Model InvariantUuid:d32d03f7-4729-4994-9e1d-dd180f9beef8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1fb697f4-5338-4fd6-97d8-47437346ee5b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08357c0d-7dd8-487b-92c2-aebde4d3d1f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:047c9a7e-ee11-4d93-a965-1c8a8c9f6232
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:44a79b88-ab53-48cb-9568-0dbaed259bf6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:13b268c6-debb-4b7b-a5d3-591f9888f247
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c05ad61-23bb-46cc-b640-3d0c4e79c341
ModelInvariantUuid:acbda74e-7107-4bde-9263-db14bd005384
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1c1f4e3d-35ee-40ac-a087-501ec76e4182
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9ed1cfee-c20d-434b-8e9b-09c55e6f0df7
ModelInvariantUuid:e42adb68-dfbc-463d-8eb6-1cad41460822
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:dfd72541-bf12-4799-907a-c6f8f4c6eefb
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-06-08T04:56:49.424Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 19373ba6-2b57-417d-9bff-3a5139a00ded
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-06-08T04:56:49.427Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-06-08T04:56:49.427Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19373ba6-2b57-417d-9bff-3a5139a00ded
2022-06-08T04:56:49.427Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92079791-edda-4ab2-b68a-253c40d9c5bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T04:56:49.428Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:49.428Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T04:56:49.479Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:49.479Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 92079791-edda-4ab2-b68a-253c40d9c5bd 787
2022-06-08T04:56:49.480Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-08T04:56:49.480Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T04:56:49.480Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:49.480Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:49.482Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:49.482Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664209480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:49.582Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:49.583Z||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-06-08T04:56:49.583Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:49.626Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:49.627Z||pool-59-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:50.483Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "44a79b88-ab53-48cb-9568-0dbaed259bf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13b268c6-debb-4b7b-a5d3-591f9888f247",
    "vfModuleModelCustomizationUUID": "d02baeb5-e135-468b-9a68-e4aca271b326",
    "isBase": true,
    "artifacts": [
      "a63c88f7-9cca-4ada-b76d-7cb10a3698b0",
      "bc762e18-3071-43a0-b244-a1420f8ca2d2"
    ],
    "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-06-08T04:56:50.488Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13b268c6-debb-4b7b-a5d3-591f9888f247
VfModuleModelInvariantUUID:44a79b88-ab53-48cb-9568-0dbaed259bf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a63c88f7-9cca-4ada-b76d-7cb10a3698b0
,
bc762e18-3071-43a0-b244-a1420f8ca2d2

}
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-06-08T04:56:50.493Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "44a79b88-ab53-48cb-9568-0dbaed259bf6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13b268c6-debb-4b7b-a5d3-591f9888f247",
    "vfModuleModelCustomizationUUID": "d02baeb5-e135-468b-9a68-e4aca271b326",
    "isBase": true,
    "artifacts": [
      "a63c88f7-9cca-4ada-b76d-7cb10a3698b0",
      "bc762e18-3071-43a0-b244-a1420f8ca2d2"
    ],
    "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-06-08T04:56:50.493Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13b268c6-debb-4b7b-a5d3-591f9888f247
VfModuleModelInvariantUUID:44a79b88-ab53-48cb-9568-0dbaed259bf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a63c88f7-9cca-4ada-b76d-7cb10a3698b0
,
bc762e18-3071-43a0-b244-a1420f8ca2d2

}
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-06-08T04:56:50.493Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a63c88f7-9cca-4ada-b76d-7cb10a3698b0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T04:56:50.494Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:50.494Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T04:56:50.582Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:50.582Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a63c88f7-9cca-4ada-b76d-7cb10a3698b0 5033
2022-06-08T04:56:50.583Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T04:56:50.583Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T04:56:50.583Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:50.583Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:50.585Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:50.585Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664210583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:50.685Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:50.686Z||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-06-08T04:56:50.687Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:50.719Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:50.719Z||pool-60-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:51.586Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc762e18-3071-43a0-b244-a1420f8ca2d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T04:56:51.587Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:51.587Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T04:56:51.698Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:51.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bc762e18-3071-43a0-b244-a1420f8ca2d2 903
2022-06-08T04:56:51.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T04:56:51.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T04:56:51.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:51.699Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:51.701Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:51.702Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664211699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:56:51.802Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:51.803Z||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-06-08T04:56:51.803Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:51.835Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:51.836Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":3,"count":1}
2022-06-08T04:56:52.702Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8acebb80-df42-40b8-a5ae-77eeb738c6e6
2022-06-08T04:56:52.703Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 19373ba6-2b57-417d-9bff-3a5139a00ded 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-06-08T04:56:52.715Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50c53670, org.onap.sdc.toscaparser.api.parameters.Input@3270ee02, org.onap.sdc.toscaparser.api.parameters.Input@593b1783, org.onap.sdc.toscaparser.api.parameters.Input@6489f9fa, org.onap.sdc.toscaparser.api.parameters.Input@1d0635ad]
2022-06-08T04:56:52.716Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.716Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.716Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T04:56:52.717Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 047c9a7e-ee11-4d93-a965-1c8a8c9f6232
2022-06-08T04:56:52.717Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 047c9a7e-ee11-4d93-a965-1c8a8c9f6232 matches Tosca VF Customization UUID: 047c9a7e-ee11-4d93-a965-1c8a8c9f6232
2022-06-08T04:56:52.717Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 047c9a7e-ee11-4d93-a965-1c8a8c9f6232  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-06-08T04:56:52.720Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.721Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.721Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 047c9a7e-ee11-4d93-a965-1c8a8c9f6232: {\"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-06-08T04:56:52.722Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2582f8e
2022-06-08T04:56:52.722Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.722Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:56:52.722Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d02baeb5-e135-468b-9a68-e4aca271b326
2022-06-08T04:56:52.723Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d02baeb5-e135-468b-9a68-e4aca271b326
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-06-08T04:56:52.725Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.726Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:52.726Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:52.726Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.726Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T04:56:52.727Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0c05ad61-23bb-46cc-b640-3d0c4e79c341
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-06-08T04:56:52.731Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.731Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:52.732Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:56:52.732Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.732Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T04:56:52.732Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=047c9a7e-ee11-4d93-a965-1c8a8c9f6232
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-06-08T04:56:52.734Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.734Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8acebb80-df42-40b8-a5ae-77eeb738c6e6: basic_vm
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.735Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.736Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.736Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.736Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.736Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:56:52.736Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:52.737Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:56:52.819Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 19373ba6-2b57-417d-9bff-3a5139a00ded 1 ASDC deployResourceStructure
2022-06-08T04:56:52.819Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-08T04:56:52.819Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T04:56:52.820Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:56:52.820Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:52.822Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:52.822Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664212819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:52.922Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:52.923Z||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-06-08T04:56:52.923Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:53.013Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:53.014Z||pool-62-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:53.823Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T04:56:53.824Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T04:56:53.824Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:56:53.824Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:53.826Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:53.826Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664213823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:53.927Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:56:53.928Z||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-06-08T04:56:53.928Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:53.962Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:53.963Z||pool-63-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:54.827Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T04:56:54.827Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T04:56:54.827Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:56:54.828Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:54.830Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:54.830Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664214827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:54.930Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:54.931Z||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-06-08T04:56:54.931Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:54.997Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:54.997Z||pool-64-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:55.831Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-08T04:56:55.832Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T04:56:55.832Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:56:55.832Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:55.835Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:55.835Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664215831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:56:55.935Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:55.936Z||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-06-08T04:56:55.936Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:56.005Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:56:56.005Z||pool-65-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:56.835Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6899704-035e-4577-bf71-8fdf919a6c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:56:56.846Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6899704-035e-4577-bf71-8fdf919a6c0c
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-06-08T04:56:56.852Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:56:56.853Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:56:56.861Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:57:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:57:09.809Z||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-06-08T04:57:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:09.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:09.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:57:09.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664169097,
  "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-06-08T04:57:09.871Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:57:09.871Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:57:26.862Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6899704-035e-4577-bf71-8fdf919a6c0c 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-06-08T04:57:26.868Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6899704-035e-4577-bf71-8fdf919a6c0c and serviceModelVersionId: 8acebb80-df42-40b8-a5ae-77eeb738c6e6
2022-06-08T04:57:26.869Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d32d03f7-4729-4994-9e1d-dd180f9beef8
2022-06-08T04:57:26.869Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0
2022-06-08T04:57:26.873Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:57:26.938Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0|INFO|500||Invoke
2022-06-08T04:57:26.938Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6899704-035e-4577-bf71-8fdf919a6c0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1c4b67f-ebd1-485e-a5e3-0313f90c00c9], X-ECOMP-RequestID=[d6899704-035e-4577-bf71-8fdf919a6c0c], X-TransactionId=[], X-ONAP-RequestID=[d6899704-035e-4577-bf71-8fdf919a6c0c], Content-Type=[application/merge-patch+json]}
2022-06-08T04:57:26.962Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:57:27.103Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?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/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-04:57:26:091-76056], vertex-id=[184344], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:57:26 GMT], Content-Type=[application/json]}
2022-06-08T04:57:27.104Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:57:27.105Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32d03f7-4729-4994-9e1d-dd180f9beef8/model-vers/model-ver/8acebb80-df42-40b8-a5ae-77eeb738c6e6?depth=0|INFO|500||InvokeReturn
2022-06-08T04:57:27.106Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:57:27.107Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:57:27.111Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:57:27.112Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6899704-035e-4577-bf71-8fdf919a6c0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:57:27.112Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:57:27.113Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:27.115Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:27.115Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664247112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:57:27.216Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:27.217Z||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-06-08T04:57:27.217Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:27.247Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:27.248Z||pool-66-thread-1|||||INFO|500||cambria reply ok (32 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-06-08T04:57:28.128Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:57:28.129Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"aec68d6e-5418-419d-8d33-4cc41ee1c4d3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f0981f2a-3a0a-45af-85a9-194870a6f629","serviceDescription":"service","serviceInvariantUUID":"837b6d91-78a9-4bcf-894f-7402a2a09d98","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90f81a81-b683-4cea-b735-1c5be7723ab8","resourceInvariantUUID":"8d364d01-0c7c-4376-8fdf-543cb5072076","resourceCustomizationUUID":"22e5c42e-0883-42af-93ca-fc7de9ae2295","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":"ZTdkYTE4YzVhZGM5NDA1YzgwNTkwZmI3YWY2OWIxMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e672fb86-dbb3-4458-9103-2eecf44519e7","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":"1e8b610b-3cbe-400d-a111-0c32c89990ee","artifactVersion":"2","generatedFromUUID":"3fd3c39d-bbec-4927-a578-740616932d2a"},{"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":"3fd3c39d-bbec-4927-a578-740616932d2a","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":"MjNiZDRjOTNkNGE4ZjU1ZjEwNzAwMjg2MDQ4NDEwZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b413abf-cf62-48b1-a7a8-d975235dc120","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":"98e8d842-6ccf-46c4-aac8-f5a6486d728c","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":"94d327bf-9f4f-4e3a-a50b-8305b420b235","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":"66dce013-3189-4fbc-b20f-ffee34f7c3c1","artifactVersion":"2","generatedFromUUID":"98e8d842-6ccf-46c4-aac8-f5a6486d728c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTdhZjU0YTc4N2QxMmY5MjliMDZiYmY2Yjc4OGY2YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfaea5f6-1a83-4453-9df8-6d40c2c9ccb6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTk0YjU4Njk4MTU3ODc3NTljMjJlMTg4Nzg1NGY0NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5472723d-fc8a-420d-a375-6eb03d6ed388","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:57:28.130Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:28.130Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:28.133Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:28.133Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:57:28.233Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:28.234Z||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-06-08T04:57:28.234Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:28.283Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:28.284Z||pool-67-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:29.134Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:29.135Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:29.137Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:29.137Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T04:57:29.238Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:57:29.239Z||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-06-08T04:57:29.239Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:29.336Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:29.337Z||pool-68-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:30.138Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:30.140Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:30.142Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:30.142Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T04:57:30.242Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:30.244Z||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-06-08T04:57:30.244Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:30.281Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:30.283Z||pool-69-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:31.143Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:31.143Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:31.145Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:31.145Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:57:31.246Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:57:31.247Z||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-06-08T04:57:31.247Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:31.347Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:31.348Z||pool-70-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:32.146Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:32.147Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:32.149Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:32.150Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:57:32.250Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:32.251Z||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-06-08T04:57:32.251Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:32.330Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:32.331Z||pool-71-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:33.150Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:33.151Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:33.153Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:33.153Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:57:33.253Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:33.254Z||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-06-08T04:57:33.254Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:33.400Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:33.401Z||pool-72-thread-1|||||INFO|500||cambria reply ok (148 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:34.154Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:34.155Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:34.157Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:34.157Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T04:57:34.257Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:34.258Z||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-06-08T04:57:34.258Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:34.330Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:34.331Z||pool-73-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":2,"count":1}
2022-06-08T04:57:35.158Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:35.158Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:35.161Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:35.161Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:57:35.261Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:35.262Z||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-06-08T04:57:35.263Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:35.371Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:35.372Z||pool-74-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:57:36.161Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:57:36.162Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:36.165Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:36.165Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:57:36.265Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:36.266Z||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-06-08T04:57:36.266Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:36.313Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:36.314Z||pool-75-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:37.166Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f0981f2a-3a0a-45af-85a9-194870a6f629",
  "serviceDescription": "service",
  "serviceInvariantUUID": "837b6d91-78a9-4bcf-894f-7402a2a09d98",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "22e5c42e-0883-42af-93ca-fc7de9ae2295",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90f81a81-b683-4cea-b735-1c5be7723ab8",
      "resourceInvariantUUID": "8d364d01-0c7c-4376-8fdf-543cb5072076",
      "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": "1e8b610b-3cbe-400d-a111-0c32c89990ee",
          "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": "3fd3c39d-bbec-4927-a578-740616932d2a",
          "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": "MjNiZDRjOTNkNGE4ZjU1ZjEwNzAwMjg2MDQ4NDEwZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1b413abf-cf62-48b1-a7a8-d975235dc120",
          "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": "98e8d842-6ccf-46c4-aac8-f5a6486d728c",
          "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": "66dce013-3189-4fbc-b20f-ffee34f7c3c1",
            "generatedFromUUID": "98e8d842-6ccf-46c4-aac8-f5a6486d728c"
          },
          "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": "66dce013-3189-4fbc-b20f-ffee34f7c3c1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTk0YjU4Njk4MTU3ODc3NTljMjJlMTg4Nzg1NGY0NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5472723d-fc8a-420d-a375-6eb03d6ed388"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T04:57:37.167Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:57:37.167Z|d6899704-035e-4577-bf71-8fdf919a6c0c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f0981f2a-3a0a-45af-85a9-194870a6f629 ASDC
2022-06-08T04:57:37.167Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:aec68d6e-5418-419d-8d33-4cc41ee1c4d3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f0981f2a-3a0a-45af-85a9-194870a6f629
ServiceInvariantUUID:837b6d91-78a9-4bcf-894f-7402a2a09d98
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:5472723d-fc8a-420d-a375-6eb03d6ed388
ArtifactChecksum:OTk0YjU4Njk4MTU3ODc3NTljMjJlMTg4Nzg1NGY0NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:22e5c42e-0883-42af-93ca-fc7de9ae2295
ResourceInvariantUUID:8d364d01-0c7c-4376-8fdf-543cb5072076
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:90f81a81-b683-4cea-b735-1c5be7723ab8
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:1e8b610b-3cbe-400d-a111-0c32c89990ee
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:3fd3c39d-bbec-4927-a578-740616932d2a
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:1b413abf-cf62-48b1-a7a8-d975235dc120
ArtifactChecksum:MjNiZDRjOTNkNGE4ZjU1ZjEwNzAwMjg2MDQ4NDEwZjI=
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:98e8d842-6ccf-46c4-aac8-f5a6486d728c
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:66dce013-3189-4fbc-b20f-ffee34f7c3c1
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:66dce013-3189-4fbc-b20f-ffee34f7c3c1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T04:57:37.168Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0981f2a-3a0a-45af-85a9-194870a6f629 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-06-08T04:57:37.202Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:57:37.203Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:57:37.203Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:57:37.203Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5472723d-fc8a-420d-a375-6eb03d6ed388 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T04:57:37.204Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:37.204Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T04:57:37.417Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:37.421Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5472723d-fc8a-420d-a375-6eb03d6ed388 68954
2022-06-08T04:57:37.422Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-08T04:57:37.422Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T04:57:37.422Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:37.422Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:37.426Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:37.426Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664257422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:37.525Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-08T04:57:37.526Z||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-06-08T04:57:37.526Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:37.545Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:37.545Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:38.427Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:57:38.428Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:57:38.428Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5472723d-fc8a-420d-a375-6eb03d6ed388, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:38.429Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-08T04:57:38.429Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:38.429Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:38.630Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12379806734116462363/Definitions/service-BasicCnf-template.yml
2022-06-08T04:57:39.814Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:57:39.814Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:57:39.814Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:39.815Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-08T04:57:39.815Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:39.815Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:39.815Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T04:57:39.815Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||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-06-08T04:57:39.816Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:57:39.816Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.816Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.816Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:39.816Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:57:39.817Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:57:39.817Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.817Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.817Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:39.818Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:57:39.818Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:57:39.818Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.818Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.819Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.819Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T04:57:39.819Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-08T04:57:39.819Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-08T04:57:39.820Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:57:39.820Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.820Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:57:39.820Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.820Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:39.821Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:39.821Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.821Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:39.821Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:39.822Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.822Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:39.822Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:39.822Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.823Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T04:57:39.823Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-08T04:57:39.823Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=24f7474d-ade6-49c6-aa6e-d1ba6bd2f05f
2022-06-08T04:57:39.824Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.824Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.824Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.824Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.824Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.825Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.825Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:39.825Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:39.825Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f0981f2a-3a0a-45af-85a9-194870a6f629
Model Version:NULL
Model InvariantUuid:837b6d91-78a9-4bcf-894f-7402a2a09d98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:75fff75f-5982-4bb2-8242-6bc90e755d23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d364d01-0c7c-4376-8fdf-543cb5072076
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22e5c42e-0883-42af-93ca-fc7de9ae2295
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:82db64c1-4cec-4eaf-a025-324f7968c3f4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3f248855-f036-40f4-9e44-3beaea847025
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:24f7474d-ade6-49c6-aa6e-d1ba6bd2f05f
ModelInvariantUuid:22e23a72-270a-4827-9394-4c0f68b1de63
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:669396ec-8a65-4492-8641-efc19d6038fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:74feead9-0d30-4eb5-95d1-c36941d3aeca
ModelInvariantUuid:d8e6c828-7c4e-454d-b31f-74168753128b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9a47dc0e-9a0c-4740-a881-dc2a5120d68d
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-06-08T04:57:39.831Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 90f81a81-b683-4cea-b735-1c5be7723ab8
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-06-08T04:57:39.835Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-06-08T04:57:39.835Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90f81a81-b683-4cea-b735-1c5be7723ab8
2022-06-08T04:57:39.835Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1e8b610b-3cbe-400d-a111-0c32c89990ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T04:57:39.836Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:39.836Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T04:57:39.890Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:39.890Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1e8b610b-3cbe-400d-a111-0c32c89990ee 12
2022-06-08T04:57:39.891Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-08T04:57:39.891Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T04:57:39.891Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:39.892Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:39.894Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:39.894Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664259891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:39.994Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:39.995Z||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-06-08T04:57:39.996Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:40.022Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:40.022Z||pool-77-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:40.895Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3fd3c39d-bbec-4927-a578-740616932d2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T04:57:40.895Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:40.895Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T04:57:40.968Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:40.968Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3fd3c39d-bbec-4927-a578-740616932d2a 2688
2022-06-08T04:57:40.969Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-08T04:57:40.969Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T04:57:40.969Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:40.969Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:40.971Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:40.971Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664260969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:41.071Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:41.072Z||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-06-08T04:57:41.072Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:41.092Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:41.093Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:41.973Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1b413abf-cf62-48b1-a7a8-d975235dc120 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T04:57:41.973Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:41.973Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T04:57:42.064Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:42.064Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1b413abf-cf62-48b1-a7a8-d975235dc120 828
2022-06-08T04:57:42.065Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-08T04:57:42.065Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T04:57:42.065Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:42.065Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:42.067Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:42.067Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664262065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:42.167Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:42.168Z||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-06-08T04:57:42.168Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:42.188Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:42.189Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:43.068Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "82db64c1-4cec-4eaf-a025-324f7968c3f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f248855-f036-40f4-9e44-3beaea847025",
    "vfModuleModelCustomizationUUID": "cd6b27de-f8d2-4e0e-8fbe-5e6fd5f4e0d6",
    "isBase": true,
    "artifacts": [
      "98e8d842-6ccf-46c4-aac8-f5a6486d728c",
      "3fd3c39d-bbec-4927-a578-740616932d2a",
      "66dce013-3189-4fbc-b20f-ffee34f7c3c1"
    ],
    "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-06-08T04:57:43.071Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f248855-f036-40f4-9e44-3beaea847025
VfModuleModelInvariantUUID:82db64c1-4cec-4eaf-a025-324f7968c3f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
98e8d842-6ccf-46c4-aac8-f5a6486d728c
,
3fd3c39d-bbec-4927-a578-740616932d2a
,
66dce013-3189-4fbc-b20f-ffee34f7c3c1

}
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-06-08T04:57:43.073Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "82db64c1-4cec-4eaf-a025-324f7968c3f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f248855-f036-40f4-9e44-3beaea847025",
    "vfModuleModelCustomizationUUID": "cd6b27de-f8d2-4e0e-8fbe-5e6fd5f4e0d6",
    "isBase": true,
    "artifacts": [
      "98e8d842-6ccf-46c4-aac8-f5a6486d728c",
      "3fd3c39d-bbec-4927-a578-740616932d2a",
      "66dce013-3189-4fbc-b20f-ffee34f7c3c1"
    ],
    "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-06-08T04:57:43.073Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f248855-f036-40f4-9e44-3beaea847025
VfModuleModelInvariantUUID:82db64c1-4cec-4eaf-a025-324f7968c3f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
98e8d842-6ccf-46c4-aac8-f5a6486d728c
,
3fd3c39d-bbec-4927-a578-740616932d2a
,
66dce013-3189-4fbc-b20f-ffee34f7c3c1

}
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-06-08T04:57:43.073Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 98e8d842-6ccf-46c4-aac8-f5a6486d728c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T04:57:43.073Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:43.073Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T04:57:43.162Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:43.162Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 98e8d842-6ccf-46c4-aac8-f5a6486d728c 1164
2022-06-08T04:57:43.163Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-08T04:57:43.163Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T04:57:43.163Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:43.163Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:43.165Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:43.165Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664263163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:43.266Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:57:43.266Z||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-06-08T04:57:43.267Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:43.357Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:43.358Z||pool-80-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:44.166Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 66dce013-3189-4fbc-b20f-ffee34f7c3c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T04:57:44.167Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:57:44.167Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T04:57:44.240Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:57:44.240Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 66dce013-3189-4fbc-b20f-ffee34f7c3c1 200
2022-06-08T04:57:44.240Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-08T04:57:44.241Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T04:57:44.241Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:57:44.241Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:44.244Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:44.244Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664264240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:57:44.344Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:44.345Z||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-06-08T04:57:44.345Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:44.383Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:44.384Z||pool-81-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:45.244Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f0981f2a-3a0a-45af-85a9-194870a6f629
2022-06-08T04:57:45.245Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 90f81a81-b683-4cea-b735-1c5be7723ab8 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=?
2022-06-08T04:57:45.261Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-06-08T04:57:45.268Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f98feb0, org.onap.sdc.toscaparser.api.parameters.Input@6eefdbe4, org.onap.sdc.toscaparser.api.parameters.Input@4526fdd7, org.onap.sdc.toscaparser.api.parameters.Input@35e3b654, org.onap.sdc.toscaparser.api.parameters.Input@1d26a326]
2022-06-08T04:57:45.269Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.270Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.270Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T04:57:45.270Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 22e5c42e-0883-42af-93ca-fc7de9ae2295
2022-06-08T04:57:45.270Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22e5c42e-0883-42af-93ca-fc7de9ae2295 matches Tosca VF Customization UUID: 22e5c42e-0883-42af-93ca-fc7de9ae2295
2022-06-08T04:57:45.270Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 22e5c42e-0883-42af-93ca-fc7de9ae2295  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-06-08T04:57:45.273Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.273Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.274Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 22e5c42e-0883-42af-93ca-fc7de9ae2295: {\"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-06-08T04:57:45.274Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5745af0a
2022-06-08T04:57:45.274Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.275Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:57:45.275Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd6b27de-f8d2-4e0e-8fbe-5e6fd5f4e0d6
2022-06-08T04:57:45.275Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd6b27de-f8d2-4e0e-8fbe-5e6fd5f4e0d6
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-06-08T04:57:45.278Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.278Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:45.278Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:45.279Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.279Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:45.279Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:45.280Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.280Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T04:57:45.280Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-08T04:57:45.280Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=24f7474d-ade6-49c6-aa6e-d1ba6bd2f05f
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-06-08T04:57:45.282Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.282Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:45.283Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:57:45.283Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.283Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T04:57:45.284Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=22e5c42e-0883-42af-93ca-fc7de9ae2295
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-06-08T04:57:45.286Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.286Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.287Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f0981f2a-3a0a-45af-85a9-194870a6f629: basic_cnf
2022-06-08T04:57:45.287Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.287Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.287Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.287Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.288Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.288Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.288Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.288Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.289Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T04:57:45.289Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:57:45.289Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:57:45.361Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 90f81a81-b683-4cea-b735-1c5be7723ab8 1 ASDC deployResourceStructure
2022-06-08T04:57:45.362Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-08T04:57:45.362Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-08T04:57:45.362Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T04:57:45.362Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:45.364Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:45.364Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664265361,
  "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-06-08T04:57:45.465Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:57:45.466Z||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-06-08T04:57:45.466Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:45.524Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:45.525Z||pool-82-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:57:46.365Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-08T04:57:46.365Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-08T04:57:46.365Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T04:57:46.365Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:46.368Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:46.368Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664266365,
  "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-06-08T04:57:46.469Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:46.470Z||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-06-08T04:57:46.470Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:46.497Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:46.497Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:47.370Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-08T04:57:47.370Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T04:57:47.371Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:57:47.371Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:47.374Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:47.374Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664267370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:57:47.474Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:57:47.475Z||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-06-08T04:57:47.476Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:47.500Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:47.500Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:57:48.376Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-08T04:57:48.376Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T04:57:48.377Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:57:48.377Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:48.380Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:48.380Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664268376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:57:48.481Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:57:48.482Z||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-06-08T04:57:48.482Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:48.500Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:48.501Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:57:49.381Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-08T04:57:49.382Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T04:57:49.382Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:57:49.382Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:49.384Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:49.385Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664269381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:57:49.485Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:49.486Z||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-06-08T04:57:49.486Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:49.508Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:49.508Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:57:50.385Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-08T04:57:50.386Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T04:57:50.386Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:57:50.387Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:57:50.389Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:57:50.389Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664270385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:57:50.489Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:57:50.490Z||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-06-08T04:57:50.490Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:57:50.509Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:57:50.509Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:57:51.389Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:57:51.404Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3
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-06-08T04:57:51.408Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:57:51.408Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:57:51.408Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:58:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:58:09.809Z||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-06-08T04:58:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:58:09.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:58:09.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664170101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664169209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664170962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664178989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664180787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664181223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664182227,
  "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-06-08T04:58:09.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:58:09.924Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:58:09.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664189703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654664190709,
  "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-06-08T04:58:09.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:58:09.940Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:58:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664198534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:58:09.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664199904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664202903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:58:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "clamp",
  "timestamp": 1654664203907,
  "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-06-08T04:58:09.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aec68d6e-5418-419d-8d33-4cc41ee1c4d3
2022-06-08T04:58:09.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:58:09.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:58:09.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:58:09.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664206699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664209480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664210583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664211699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664212819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664213823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664214827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:09.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:58:09.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664215831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:58:09.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:58:21.408Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T04:58:21.420Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3
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-06-08T04:58:21.424Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:58:21.424Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:58:21.424Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:58:21.424Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:58:21.424Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T04:58:21.425Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:58:21.431Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:58:51.431Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3 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-06-08T04:58:51.437Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aec68d6e-5418-419d-8d33-4cc41ee1c4d3 and serviceModelVersionId: f0981f2a-3a0a-45af-85a9-194870a6f629
2022-06-08T04:58:51.438Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 837b6d91-78a9-4bcf-894f-7402a2a09d98
2022-06-08T04:58:51.439Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?depth=0
2022-06-08T04:58:51.444Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:58:51.513Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?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-06-08T04:58:51.515Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?depth=0|INFO|500||Invoke
2022-06-08T04:58:51.545Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T04:58:51.698Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?depth=0|INFO|500||InvokeReturn
2022-06-08T04:58:51.699Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837b6d91-78a9-4bcf-894f-7402a2a09d98/model-vers/model-ver/f0981f2a-3a0a-45af-85a9-194870a6f629?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-04:58:50:675-38796], vertex-id=[213144], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:58:50 GMT], Content-Type=[application/json]}
2022-06-08T04:58:51.699Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:58:51.699Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:58:51.699Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:58:51.706Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:58:51.707Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aec68d6e-5418-419d-8d33-4cc41ee1c4d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:58:51.707Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:58:51.708Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:58:51.713Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:58:51.713Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664331707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:58:51.813Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:58:51.814Z||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-06-08T04:58:51.814Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:58:51.913Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:58:51.914Z||pool-88-thread-1|||||INFO|500||cambria reply ok (101 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-06-08T04:58:52.727Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:58:52.727Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:58:52.728Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:59:03.207Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:59:03.208Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:59:03.209Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:59:03.209Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:59:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:59:09.808Z||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-06-08T04:59:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T04:59:09.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:59:09.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6899704-035e-4577-bf71-8fdf919a6c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664247112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:59:09.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664162693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664257422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664259891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664260969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664262065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664263163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664264240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664265361,
  "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-06-08T04:59:09.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664266365,
  "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-06-08T04:59:09.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664267370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T04:59:09.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664268376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664269381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664270385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T04:59:09.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:59:12.841Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:59:12.842Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:59:12.843Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:59:12.844Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:59:22.526Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T04:59:22.527Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:59:22.527Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:59:22.528Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:59:32.213Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:00:09.805Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:00:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:00:09.808Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:00:09.808Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:00:09.809Z||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-06-08T05:00:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:00:10.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:00:10.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:00:10.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aec68d6e-5418-419d-8d33-4cc41ee1c4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664331707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:00:10.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:00:19.414Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:01:09.805Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:01:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:01:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:01:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:01:09.808Z||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-06-08T05:01:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:01:19.406Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:01:19.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:02:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:02:09.807Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:02:09.807Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:02:09.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:02:09.811Z||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-06-08T05:02:09.811Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:02:19.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:02:19.592Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:03:09.805Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:03:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:03:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:03:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:03:09.809Z||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-06-08T05:03:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:03:19.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:03:19.433Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:09.805Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:04:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:04:09.806Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:04:09.808Z||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-06-08T05:04:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:09.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:09.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:04:10.451Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:10.451Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T05:04:10.451Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c24f9917-9e7e-446d-b94d-3744f76c8572","serviceName":"Demo_pNF_hKVCvmkiQtrJAO3N2w5C","serviceVersion":"1.0","serviceUUID":"2e9f1eff-94f5-417b-afb5-46a53abda37a","serviceDescription":"catalog service description","serviceInvariantUUID":"b3d681a4-16c2-4df6-9a4d-90bab5a3d17e","resources":[{"resourceInstanceName":"pNF dbe099e0-c554 0","resourceName":"pNF dbe099e0-c554","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"15cdc179-b556-42bb-8c11-5568d4b51dbd","resourceInvariantUUID":"c6e73c1f-1ef0-414e-8720-e22ef3fa97fb","resourceCustomizationUUID":"789d1fee-bc2e-477b-a5c3-56d8168d202f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml","artifactChecksum":"NjlmMmU1N2EwYjIzMzgyMGY5NWJmNzNkNjVkMGZjYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b86e366-4e16-4e13-82f4-ec8679968659","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"367d287f-cbca-429a-8996-3c7b29fbbc1d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f96a06be-b5b7-4ad5-bf09-939a07b17c91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml","artifactChecksum":"ZTMxNDVkYzY2ZDg0MzBhZDYwNjI1Zjc5ZjJjMGNmOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1f5376f-3277-4417-a352-ad7f32a7f964","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74e3f99c-04cd-42f1-8cd2-8c77d3e7cc08","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd08b5ec-f3e2-4723-812f-e236d847cc8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml","artifactChecksum":"NThkMjA1M2I2YjNmOTNmZGQwOWYyYzAyNTgxM2Q0MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a35804f-fb36-4ef5-9320-ab203c6bfb24","artifactVersion":"1"},{"artifactName":"service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar","artifactChecksum":"Yjc5NDVhNjZkNTRlZmUzZmMzYzI3ZGU5MjY5MWIzZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364ca3e7-d5cb-413a-ad34-c428310070ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T05:04:10.455Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:10.455Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:10.459Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:10.459Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:10.559Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:10.560Z||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-06-08T05:04:10.560Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:10.585Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:10.586Z||pool-89-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:04:11.460Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:11.460Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:11.463Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:11.463Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:11.563Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:11.564Z||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-06-08T05:04:11.564Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:11.610Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:11.611Z||pool-90-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:04:12.464Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:12.464Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:12.466Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:12.466Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:12.567Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:12.568Z||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-06-08T05:04:12.568Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:12.613Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:12.614Z||pool-91-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:04:13.467Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:13.468Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:13.470Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:13.470Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:13.570Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:13.571Z||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-06-08T05:04:13.571Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:13.611Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:13.612Z||pool-92-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:14.470Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:14.471Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:14.474Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:14.474Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:14.574Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:14.575Z||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-06-08T05:04:14.575Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:14.597Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:14.598Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:15.475Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:15.476Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:15.478Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:15.478Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:15.578Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:04:15.579Z||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-06-08T05:04:15.579Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:15.598Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:15.599Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:04:16.479Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:16.480Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:16.482Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:16.482Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:04:16.582Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:16.583Z||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-06-08T05:04:16.583Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:16.608Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:16.608Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:17.482Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:04:17.484Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:17.486Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:17.486Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:04:17.587Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:04:17.588Z||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-06-08T05:04:17.588Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:17.604Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:17.605Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:18.487Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "serviceName": "Demo_pNF_hKVCvmkiQtrJAO3N2w5C",
  "serviceVersion": "1.0",
  "serviceUUID": "2e9f1eff-94f5-417b-afb5-46a53abda37a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b3d681a4-16c2-4df6-9a4d-90bab5a3d17e",
  "resources": [
    {
      "resourceInstanceName": "pNF dbe099e0-c554 0",
      "resourceCustomizationUUID": "789d1fee-bc2e-477b-a5c3-56d8168d202f",
      "resourceName": "pNF dbe099e0-c554",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "15cdc179-b556-42bb-8c11-5568d4b51dbd",
      "resourceInvariantUUID": "c6e73c1f-1ef0-414e-8720-e22ef3fa97fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
      "artifactChecksum": "Yjc5NDVhNjZkNTRlZmUzZmMzYzI3ZGU5MjY5MWIzZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "364ca3e7-d5cb-413a-ad34-c428310070ae"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T05:04:18.490Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T05:04:18.490Z|aec68d6e-5418-419d-8d33-4cc41ee1c4d3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e9f1eff-94f5-417b-afb5-46a53abda37a ASDC
2022-06-08T05:04:18.491Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c24f9917-9e7e-446d-b94d-3744f76c8572
ServiceName:Demo_pNF_hKVCvmkiQtrJAO3N2w5C
ServiceVersion:1.0
ServiceUUID:2e9f1eff-94f5-417b-afb5-46a53abda37a
ServiceInvariantUUID:b3d681a4-16c2-4df6-9a4d-90bab5a3d17e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
ArtifactUUID:364ca3e7-d5cb-413a-ad34-c428310070ae
ArtifactChecksum:Yjc5NDVhNjZkNTRlZmUzZmMzYzI3ZGU5MjY5MWIzZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dbe099e0-c554 0
ResourceCustomizationUUID:789d1fee-bc2e-477b-a5c3-56d8168d202f
ResourceInvariantUUID:c6e73c1f-1ef0-414e-8720-e22ef3fa97fb
ResourceName:pNF dbe099e0-c554
ResourceType:PNF
ResourceUUID:15cdc179-b556-42bb-8c11-5568d4b51dbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-08T05:04:18.491Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e9f1eff-94f5-417b-afb5-46a53abda37a 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-06-08T05:04:18.524Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:04:18.526Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:04:18.526Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:04:18.526Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 364ca3e7-d5cb-413a-ad34-c428310070ae from URL: /sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:18.527Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:04:18.527Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:18.614Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:04:18.619Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar 364ca3e7-d5cb-413a-ad34-c428310070ae 82644
2022-06-08T05:04:18.620Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar ASDC sendASDCNotification
2022-06-08T05:04:18.620Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:18.620Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:04:18.620Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:18.623Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:18.623Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664658620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:04:18.723Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:18.724Z||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-06-08T05:04:18.724Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:18.814Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:18.815Z||pool-97-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:19.624Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:04:19.625Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:04:19.626Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 364ca3e7-d5cb-413a-ad34-c428310070ae, URL: /sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar to file: /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:19.627Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:19.628Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:19.628Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:19.832Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11232970629990540098/Definitions/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml
2022-06-08T05:04:20.645Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T05:04:20.646Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:04:20.646Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.646Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.647Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dbe099e0-c554 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-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.648Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:04:20.648Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.648Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.648Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Node template pNF dbe099e0-c554 0 is matching search criteria
2022-06-08T05:04:20.649Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:04:20.649Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF dbe099e0-c554 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:04:20.649Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.649Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.650Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Node template pNF dbe099e0-c554 0 is matching search criteria
2022-06-08T05:04:20.650Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:04:20.650Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF dbe099e0-c554 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:04:20.650Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.650Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.651Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.652Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.652Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.652Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hKVCvmkiQtrJAO3N2w5C
Description:catalog service description
Model UUID:2e9f1eff-94f5-417b-afb5-46a53abda37a
Model Version:NULL
Model InvariantUuid:b3d681a4-16c2-4df6-9a4d-90bab5a3d17e
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-06-08T05:04:20.660Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 15cdc179-b556-42bb-8c11-5568d4b51dbd
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-06-08T05:04:20.667Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||pNF dbe099e0-c554 0
2022-06-08T05:04:20.667Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 15cdc179-b556-42bb-8c11-5568d4b51dbd
2022-06-08T05:04:20.668Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2e9f1eff-94f5-417b-afb5-46a53abda37a
2022-06-08T05:04:20.668Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2e9f1eff-94f5-417b-afb5-46a53abda37a
2022-06-08T05:04:20.668Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dbe099e0-c554 0 15cdc179-b556-42bb-8c11-5568d4b51dbd 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-06-08T05:04:20.674Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b21ce1a, org.onap.sdc.toscaparser.api.parameters.Input@290d879c, org.onap.sdc.toscaparser.api.parameters.Input@6a9607f5, org.onap.sdc.toscaparser.api.parameters.Input@b0ad8, org.onap.sdc.toscaparser.api.parameters.Input@257f55dd]
2022-06-08T05:04:20.674Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.675Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.675Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2e9f1eff-94f5-417b-afb5-46a53abda37a: pNF dbe099e0-c554
2022-06-08T05:04:20.675Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Processing PNF resource: 15cdc179-b556-42bb-8c11-5568d4b51dbd
2022-06-08T05:04:20.676Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:04:20.676Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hKVCvmkiQtrJAO3N2w5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:04:20.677Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||Resource customization UUID: 789d1fee-bc2e-477b-a5c3-56d8168d202f is the same as notified resource customizationUUID: 789d1fee-bc2e-477b-a5c3-56d8168d202f
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-06-08T05:04:20.720Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dbe099e0-c554 15cdc179-b556-42bb-8c11-5568d4b51dbd 0 ASDC deployResourceStructure
2022-06-08T05:04:20.721Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar ASDC sendASDCNotification
2022-06-08T05:04:20.721Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar
2022-06-08T05:04:20.721Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:04:20.721Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:04:20.723Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:04:20.723Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664660721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:04:20.824Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:04:20.824Z||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-06-08T05:04:20.825Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:04:20.847Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:04:20.847Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:04:21.725Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:04:21.736Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:04:21.738Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:04:21.738Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:04:21.739Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:04:51.739Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:04:51.751Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:04:51.754Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:04:51.754Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:04:51.754Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:05:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:05:09.809Z||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-06-08T05:05:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:05:09.855Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:05:09.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:05:09.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:05:09.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:05:21.755Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:05:21.765Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:05:21.769Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:05:21.769Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:05:21.769Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:05:51.770Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:05:51.779Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:05:51.781Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:05:51.781Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:05:51.781Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:06:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:06:09.809Z||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-06-08T05:06:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:06:09.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:06:09.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:06:09.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:06:09.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:06:21.781Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:06:21.791Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:06:21.793Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:06:21.793Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:06:21.793Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:06:51.793Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:06:51.802Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:06:51.803Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:06:51.803Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:06:51.803Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:07:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:07:09.809Z||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-06-08T05:07:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:07:10.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:07:10.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664641476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664650280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664643292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664651318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664652220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654664652322,
  "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-06-08T05:07:10.453Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.454Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:10.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "cds",
  "timestamp": 1654664653231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-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-06-08T05:07:10.477Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.478Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:10.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664649266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664649805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664658041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664649212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664658620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664650962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664659047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654664650646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664658055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664659744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "policy-id",
  "timestamp": 1654664660050,
  "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-06-08T05:07:10.516Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.517Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:10.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664660721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664659995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654664661001,
  "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-06-08T05:07:10.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/resourceInstances/pnfdbe099e0c5540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664666397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:07:10.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "aai-ml",
  "timestamp": 1654664667401,
  "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-06-08T05:07:10.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:10.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664659903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:07:10.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:07:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664672000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:07:10.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664673068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkvcvmkiqtrjao3n2w5c/1.0/artifacts/service-DemoPnfHkvcvmkiqtrjao3n2w5c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:07:10.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:07:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T05:07:10.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "clamp",
  "timestamp": 1654664674072,
  "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-06-08T05:07:10.569Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c24f9917-9e7e-446d-b94d-3744f76c8572
2022-06-08T05:07:10.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:21.804Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:07:21.817Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572
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-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.820Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.821Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.821Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.821Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.821Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:07:21.821Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T05:07:21.826Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T05:07:51.827Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c24f9917-9e7e-446d-b94d-3744f76c8572 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-06-08T05:07:51.833Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c24f9917-9e7e-446d-b94d-3744f76c8572 and serviceModelVersionId: 2e9f1eff-94f5-417b-afb5-46a53abda37a
2022-06-08T05:07:51.834Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3d681a4-16c2-4df6-9a4d-90bab5a3d17e
2022-06-08T05:07:51.835Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0
2022-06-08T05:07:51.843Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T05:07:51.897Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0|INFO|500||Invoke
2022-06-08T05:07:51.897Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c24f9917-9e7e-446d-b94d-3744f76c8572], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58e723fc-718a-4f28-9191-843fe6b68242], X-ECOMP-RequestID=[c24f9917-9e7e-446d-b94d-3744f76c8572], X-TransactionId=[], X-ONAP-RequestID=[c24f9917-9e7e-446d-b94d-3744f76c8572], Content-Type=[application/merge-patch+json]}
2022-06-08T05:07:51.942Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T05:07:52.094Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?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/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-05:07:51:071-20566], vertex-id=[180296], Content-Length=[0], Date=[Wed, 08 Jun 2022 05:07:51 GMT], Content-Type=[application/json]}
2022-06-08T05:07:52.095Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T05:07:52.095Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d681a4-16c2-4df6-9a4d-90bab5a3d17e/model-vers/model-ver/2e9f1eff-94f5-417b-afb5-46a53abda37a?depth=0|INFO|500||InvokeReturn
2022-06-08T05:07:52.096Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T05:07:52.096Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T05:07:52.101Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T05:07:52.101Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c24f9917-9e7e-446d-b94d-3744f76c8572 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T05:07:52.101Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T05:07:52.102Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:07:52.104Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:07:52.104Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664872101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:07:52.205Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:07:52.206Z||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-06-08T05:07:52.206Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:07:52.228Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:07:52.229Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 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-06-08T05:07:53.117Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:07:53.117Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:07:53.117Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:08:03.554Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:08:03.555Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:08:03.556Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:08:03.556Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:08:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:08:09.809Z||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-06-08T05:08:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:08:10.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:08:10.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T05:08:10.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c24f9917-9e7e-446d-b94d-3744f76c8572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654664872101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:08:10.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:08:13.149Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:08:13.150Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:08:13.150Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:08:13.151Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:08:22.741Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:08:22.741Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:08:22.742Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:08:22.742Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:08:32.322Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:09:09.805Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:09:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:09:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:09:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:09:09.808Z||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-06-08T05:09:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:09:19.419Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:09:19.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:10:09.805Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:10:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:10:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:10:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:10:09.809Z||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-06-08T05:10:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:10:19.429Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:10:19.430Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:11:09.805Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:11:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:11:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:11:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:11:09.808Z||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-06-08T05:11:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:11:19.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:11:19.461Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:12:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:12:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:12:09.809Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:12:09.809Z||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-06-08T05:12:09.810Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:12:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:12:19.455Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:12:19.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:09.806Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:13:09.808Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:13:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:13:09.808Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:09.809Z||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-06-08T05:13:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:10.033Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:10.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665141476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665138295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665139903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665154687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "cds",
  "timestamp": 1654665158815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T05:13:10.129Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.129Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665159093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665160107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665161112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "policy-id",
  "timestamp": 1654665162116,
  "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-06-08T05:13:10.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.153Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665161519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665162590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665163649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665164731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665165799,
  "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-06-08T05:13:10.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.186Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665166100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665166803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "clamp",
  "timestamp": 1654665167111,
  "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-06-08T05:13:10.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665159819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665168564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665149265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "cds",
  "timestamp": 1654665169945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T05:13:10.238Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:13:10.238Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:13:10.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665170014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665171273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665171792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665172278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "policy-id",
  "timestamp": 1654665173282,
  "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-06-08T05:13:10.257Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:13:10.258Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:13:10.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665172537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665173542,
  "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-06-08T05:13:10.275Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.275Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665150647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665175947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665177315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665169903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665178373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665179406,
  "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-06-08T05:13:10.299Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:13:10.299Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:13:10.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665180411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665182384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665159209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "aai-ml",
  "timestamp": 1654665183388,
  "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-06-08T05:13:10.316Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ef2110d-1da8-41ab-a88a-cc1a06785310
2022-06-08T05:13:10.316Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:13:10.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665182682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:10.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665185013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:10.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:13:10.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665186017,
  "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-06-08T05:13:10.340Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:13:10.341Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:13:10.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:13:10.499Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:10.501Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T05:13:10.501Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ef2110d-1da8-41ab-a88a-cc1a06785310","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9d71b41a-8a55-4254-81df-092ca3585a7d","serviceDescription":"service","serviceInvariantUUID":"fc685d8f-e4d7-4c5e-8c48-88cce6e88f72","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04b8e736-57d4-48cc-b122-6ad394f2e95d","resourceInvariantUUID":"d44a8bbf-e6de-457d-8852-2ff7aa1c9fcf","resourceCustomizationUUID":"b664f175-5809-48e6-8ccc-1a7ac4456dcb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDZkZGQxY2Y5ZWRhOGYyNTQzMjFmZDk5MWExNjBhZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"376b32ce-fed2-41c8-8231-6a97ae87e876","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ODJmOWZhOTI5MWZkOWEzNDQ2OTA3OTA0ZjAwZDM3ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5a00563-89d9-4f94-8a2c-25d9cc33ba7c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3bcb8a5c-6449-459d-a89f-aa27af0026e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de8ebed3-9c52-412c-a2b4-b18a2cf908ec","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9c7673e-b8d3-46dc-8075-33171fc86c2e","artifactVersion":"2","generatedFromUUID":"346eeb7c-a219-4252-bf42-cdd4942df9d1"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07105e4b-bf6c-4d84-953b-cdb38a33200d","artifactVersion":"2","generatedFromUUID":"3bcb8a5c-6449-459d-a89f-aa27af0026e3"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"346eeb7c-a219-4252-bf42-cdd4942df9d1","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d2ed046e-68c6-4fb2-ae9b-49a83c9cc54f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"M2VmMDJhN2NlMzkxZjQ2MzE2NzFiNGMzNjc4MTVhOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a72131ee-a416-4be0-8525-6df28342e01b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDkzNzUyZmVjZDhkNGQ5M2YxZDRiY2Q5ZTdhODBkM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7bab1b0-7078-4017-8267-2a5e731b8ea4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T05:13:10.506Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:10.507Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:10.512Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:10.512Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:10.612Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:10.613Z||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-06-08T05:13:10.613Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:10.655Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:10.655Z||pool-100-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:11.513Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:11.514Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:11.516Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:11.517Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:13:11.617Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:11.618Z||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-06-08T05:13:11.618Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:11.701Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:11.702Z||pool-101-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:12.518Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:12.518Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:12.521Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:12.521Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:13:12.621Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:12.623Z||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-06-08T05:13:12.623Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:12.670Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:12.671Z||pool-102-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:13.521Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:13.522Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:13.531Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:13.531Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:13.631Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:13.632Z||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-06-08T05:13:13.632Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:13.682Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:13.683Z||pool-103-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:14.531Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:14.532Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:14.534Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:14.534Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T05:13:14.635Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:14.636Z||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-06-08T05:13:14.636Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:14.685Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:14.686Z||pool-104-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:15.535Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:15.536Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:15.539Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:15.539Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T05:13:15.639Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:15.640Z||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-06-08T05:13:15.640Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:15.765Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:15.766Z||pool-105-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:16.540Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:16.540Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:16.545Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:16.545Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T05:13:16.645Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:16.647Z||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-06-08T05:13:16.647Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:16.674Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:16.675Z||pool-106-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:17.547Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:17.548Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:17.550Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:17.550Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:17.651Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T05:13:17.651Z||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-06-08T05:13:17.652Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:17.678Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:17.679Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:18.551Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:18.553Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:18.555Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:18.555Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:13:18.655Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:18.656Z||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-06-08T05:13:18.657Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:18.709Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:18.709Z||pool-108-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:19.555Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:13:19.556Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:19.558Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:19.559Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:13:19.659Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:19.660Z||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-06-08T05:13:19.660Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:19.687Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:19.688Z||pool-109-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:20.560Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9d71b41a-8a55-4254-81df-092ca3585a7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc685d8f-e4d7-4c5e-8c48-88cce6e88f72",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b664f175-5809-48e6-8ccc-1a7ac4456dcb",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04b8e736-57d4-48cc-b122-6ad394f2e95d",
      "resourceInvariantUUID": "d44a8bbf-e6de-457d-8852-2ff7aa1c9fcf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ODJmOWZhOTI5MWZkOWEzNDQ2OTA3OTA0ZjAwZDM3ODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5a00563-89d9-4f94-8a2c-25d9cc33ba7c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3bcb8a5c-6449-459d-a89f-aa27af0026e3",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "07105e4b-bf6c-4d84-953b-cdb38a33200d",
            "generatedFromUUID": "3bcb8a5c-6449-459d-a89f-aa27af0026e3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9c7673e-b8d3-46dc-8075-33171fc86c2e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "07105e4b-bf6c-4d84-953b-cdb38a33200d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "346eeb7c-a219-4252-bf42-cdd4942df9d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDkzNzUyZmVjZDhkNGQ5M2YxZDRiY2Q5ZTdhODBkM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c7bab1b0-7078-4017-8267-2a5e731b8ea4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T05:13:20.560Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T05:13:20.561Z|c24f9917-9e7e-446d-b94d-3744f76c8572|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9d71b41a-8a55-4254-81df-092ca3585a7d ASDC
2022-06-08T05:13:20.562Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3ef2110d-1da8-41ab-a88a-cc1a06785310
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:9d71b41a-8a55-4254-81df-092ca3585a7d
ServiceInvariantUUID:fc685d8f-e4d7-4c5e-8c48-88cce6e88f72
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:c7bab1b0-7078-4017-8267-2a5e731b8ea4
ArtifactChecksum:NDkzNzUyZmVjZDhkNGQ5M2YxZDRiY2Q5ZTdhODBkM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b664f175-5809-48e6-8ccc-1a7ac4456dcb
ResourceInvariantUUID:d44a8bbf-e6de-457d-8852-2ff7aa1c9fcf
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:04b8e736-57d4-48cc-b122-6ad394f2e95d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:a5a00563-89d9-4f94-8a2c-25d9cc33ba7c
ArtifactChecksum:ODJmOWZhOTI5MWZkOWEzNDQ2OTA3OTA0ZjAwZDM3ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:3bcb8a5c-6449-459d-a89f-aa27af0026e3
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:07105e4b-bf6c-4d84-953b-cdb38a33200d
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:b9c7673e-b8d3-46dc-8075-33171fc86c2e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:07105e4b-bf6c-4d84-953b-cdb38a33200d
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:346eeb7c-a219-4252-bf42-cdd4942df9d1
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T05:13:20.563Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d71b41a-8a55-4254-81df-092ca3585a7d 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-06-08T05:13:20.657Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:13:20.659Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:13:20.659Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:13:20.660Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c7bab1b0-7078-4017-8267-2a5e731b8ea4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:20.660Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:20.660Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:20.779Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:20.787Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c7bab1b0-7078-4017-8267-2a5e731b8ea4 158208
2022-06-08T05:13:20.788Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:13:20.788Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:20.788Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:20.788Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:20.791Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:20.791Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665200788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:20.891Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:20.892Z||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-06-08T05:13:20.892Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:20.956Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:20.957Z||pool-110-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:21.791Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:13:21.793Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:13:21.793Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c7bab1b0-7078-4017-8267-2a5e731b8ea4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:21.793Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-08T05:13:21.794Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:21.794Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:21.962Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10534916378062630726/Definitions/service-BasicCnfMacro-template.yml
2022-06-08T05:13:23.624Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:23.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-06-08T05:13:23.626Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:13:23.626Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.626Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.626Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-08T05:13:23.628Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.630Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:23.630Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.630Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.630Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:23.630Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.631Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.631Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:23.631Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.631Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:23.631Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4396c4e0-6a9b-437f-83d8-bfd61d6c1854
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.632Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:23.633Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:9d71b41a-8a55-4254-81df-092ca3585a7d
Model Version:NULL
Model InvariantUuid:fc685d8f-e4d7-4c5e-8c48-88cce6e88f72
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5d119e2e-6450-4bdc-8c63-3e3d3a74ea8f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d44a8bbf-e6de-457d-8852-2ff7aa1c9fcf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b664f175-5809-48e6-8ccc-1a7ac4456dcb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f7273c73-5a91-4847-862f-d8fd146d69c3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:760860e7-5666-4742-81a8-68af80b47605
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:050ec871-7d86-4ee3-be41-9dfaafa1500e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:67428408-e0c1-46ad-8be1-5cbc9c2f50ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4396c4e0-6a9b-437f-83d8-bfd61d6c1854
ModelInvariantUuid:70496691-90f3-40b1-816a-0e754f107e2a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:063d42b7-a28a-4868-9199-ca966654dc0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f78e1b46-21e5-4084-8bb0-04efd73834ba
ModelInvariantUuid:585e8eed-531e-4b37-94f3-4fca3fc1df49
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:659e670f-9d14-4d0d-a26d-496c87d755a2
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-06-08T05:13:23.640Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 04b8e736-57d4-48cc-b122-6ad394f2e95d
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-06-08T05:13:23.645Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-08T05:13:23.645Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04b8e736-57d4-48cc-b122-6ad394f2e95d
2022-06-08T05:13:23.646Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5a00563-89d9-4f94-8a2c-25d9cc33ba7c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T05:13:23.646Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:23.646Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T05:13:23.709Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:23.709Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a5a00563-89d9-4f94-8a2c-25d9cc33ba7c 1565
2022-06-08T05:13:23.710Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-08T05:13:23.710Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T05:13:23.710Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:23.710Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:23.713Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:23.714Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665203710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:23.813Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:13:23.814Z||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-06-08T05:13:23.814Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:23.838Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:23.839Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:24.716Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "050ec871-7d86-4ee3-be41-9dfaafa1500e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67428408-e0c1-46ad-8be1-5cbc9c2f50ff",
    "vfModuleModelCustomizationUUID": "a8510ca6-5056-45a7-9982-6e50f81565fc",
    "isBase": true,
    "artifacts": [
      "3bcb8a5c-6449-459d-a89f-aa27af0026e3",
      "07105e4b-bf6c-4d84-953b-cdb38a33200d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f7273c73-5a91-4847-862f-d8fd146d69c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "760860e7-5666-4742-81a8-68af80b47605",
    "vfModuleModelCustomizationUUID": "fd502698-264c-4b5d-b8c7-faa2e745dcad",
    "isBase": false,
    "artifacts": [
      "346eeb7c-a219-4252-bf42-cdd4942df9d1"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T05:13:24.721Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67428408-e0c1-46ad-8be1-5cbc9c2f50ff
VfModuleModelInvariantUUID:050ec871-7d86-4ee3-be41-9dfaafa1500e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3bcb8a5c-6449-459d-a89f-aa27af0026e3
,
07105e4b-bf6c-4d84-953b-cdb38a33200d

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:760860e7-5666-4742-81a8-68af80b47605
VfModuleModelInvariantUUID:f7273c73-5a91-4847-862f-d8fd146d69c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
346eeb7c-a219-4252-bf42-cdd4942df9d1

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

isBase:false


}

2022-06-08T05:13:24.725Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "050ec871-7d86-4ee3-be41-9dfaafa1500e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67428408-e0c1-46ad-8be1-5cbc9c2f50ff",
    "vfModuleModelCustomizationUUID": "a8510ca6-5056-45a7-9982-6e50f81565fc",
    "isBase": true,
    "artifacts": [
      "3bcb8a5c-6449-459d-a89f-aa27af0026e3",
      "07105e4b-bf6c-4d84-953b-cdb38a33200d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f7273c73-5a91-4847-862f-d8fd146d69c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "760860e7-5666-4742-81a8-68af80b47605",
    "vfModuleModelCustomizationUUID": "fd502698-264c-4b5d-b8c7-faa2e745dcad",
    "isBase": false,
    "artifacts": [
      "346eeb7c-a219-4252-bf42-cdd4942df9d1"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T05:13:24.725Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67428408-e0c1-46ad-8be1-5cbc9c2f50ff
VfModuleModelInvariantUUID:050ec871-7d86-4ee3-be41-9dfaafa1500e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3bcb8a5c-6449-459d-a89f-aa27af0026e3
,
07105e4b-bf6c-4d84-953b-cdb38a33200d

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:760860e7-5666-4742-81a8-68af80b47605
VfModuleModelInvariantUUID:f7273c73-5a91-4847-862f-d8fd146d69c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
346eeb7c-a219-4252-bf42-cdd4942df9d1

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

isBase:false


}

2022-06-08T05:13:24.725Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3bcb8a5c-6449-459d-a89f-aa27af0026e3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T05:13:24.726Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:24.726Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T05:13:24.817Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:24.818Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3bcb8a5c-6449-459d-a89f-aa27af0026e3 914
2022-06-08T05:13:24.818Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-08T05:13:24.818Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T05:13:24.818Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:24.819Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:24.821Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:24.821Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665204818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:24.923Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T05:13:24.924Z||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-06-08T05:13:24.924Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:24.994Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:24.995Z||pool-112-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:25.822Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b9c7673e-b8d3-46dc-8075-33171fc86c2e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T05:13:25.825Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:25.825Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T05:13:25.966Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:25.967Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b9c7673e-b8d3-46dc-8075-33171fc86c2e 12
2022-06-08T05:13:25.967Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-08T05:13:25.967Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T05:13:25.968Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:25.968Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:25.970Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:25.970Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665205967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:26.070Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:26.072Z||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-06-08T05:13:26.072Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:26.104Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:26.105Z||pool-113-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:26.979Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 07105e4b-bf6c-4d84-953b-cdb38a33200d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T05:13:26.979Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:26.979Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T05:13:27.029Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:27.030Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 07105e4b-bf6c-4d84-953b-cdb38a33200d 96
2022-06-08T05:13:27.030Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-08T05:13:27.031Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T05:13:27.031Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:27.031Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:27.034Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:27.034Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665207030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:27.134Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:27.135Z||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-06-08T05:13:27.136Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:27.198Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:27.199Z||pool-114-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:28.035Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 346eeb7c-a219-4252-bf42-cdd4942df9d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T05:13:28.036Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:13:28.036Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T05:13:28.095Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:13:28.097Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 346eeb7c-a219-4252-bf42-cdd4942df9d1 20206
2022-06-08T05:13:28.097Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-08T05:13:28.097Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T05:13:28.097Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:13:28.097Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:28.101Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:28.101Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665208097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:13:28.201Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:13:28.203Z||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-06-08T05:13:28.203Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:28.243Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:28.244Z||pool-115-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:29.106Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9d71b41a-8a55-4254-81df-092ca3585a7d
2022-06-08T05:13:29.106Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 04b8e736-57d4-48cc-b122-6ad394f2e95d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T05:13:29.116Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12d239a9, org.onap.sdc.toscaparser.api.parameters.Input@7dbda903, org.onap.sdc.toscaparser.api.parameters.Input@3689981c, org.onap.sdc.toscaparser.api.parameters.Input@5c76b60f, org.onap.sdc.toscaparser.api.parameters.Input@5fead359]
2022-06-08T05:13:29.118Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.119Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.119Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T05:13:29.119Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b664f175-5809-48e6-8ccc-1a7ac4456dcb
2022-06-08T05:13:29.119Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b664f175-5809-48e6-8ccc-1a7ac4456dcb matches Tosca VF Customization UUID: b664f175-5809-48e6-8ccc-1a7ac4456dcb
2022-06-08T05:13:29.119Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b664f175-5809-48e6-8ccc-1a7ac4456dcb  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-06-08T05:13:29.123Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.123Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.124Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b664f175-5809-48e6-8ccc-1a7ac4456dcb: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-08T05:13:29.124Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c93aae5
2022-06-08T05:13:29.124Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.124Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T05:13:29.125Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd502698-264c-4b5d-b8c7-faa2e745dcad
2022-06-08T05:13:29.125Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd502698-264c-4b5d-b8c7-faa2e745dcad
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-06-08T05:13:29.130Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.130Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:29.130Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:29.131Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.131Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:29.131Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:13:29.131Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.132Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T05:13:29.132Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b664f175-5809-48e6-8ccc-1a7ac4456dcb
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-06-08T05:13:29.134Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.134Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.135Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9d71b41a-8a55-4254-81df-092ca3585a7d: basic_cnf_macro
2022-06-08T05:13:29.135Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.135Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.135Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.135Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.136Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.136Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.136Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.136Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.137Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:13:29.137Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:13:29.137Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T05:13:29.173Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 04b8e736-57d4-48cc-b122-6ad394f2e95d 2 ASDC deployResourceStructure
2022-06-08T05:13:29.173Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-08T05:13:29.173Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T05:13:29.174Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:13:29.174Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:29.176Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:29.176Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665209173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:29.277Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:29.279Z||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-06-08T05:13:29.279Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:29.331Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:29.332Z||pool-116-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:30.177Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-08T05:13:30.178Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T05:13:30.178Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:13:30.178Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:30.180Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:30.181Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665210177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:30.281Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:30.282Z||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-06-08T05:13:30.282Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:30.303Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:30.304Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:31.181Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-08T05:13:31.182Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-08T05:13:31.182Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T05:13:31.182Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:31.185Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:31.185Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665211181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T05:13:31.285Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:31.286Z||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-06-08T05:13:31.286Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:31.308Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:31.308Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:32.186Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-08T05:13:32.187Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T05:13:32.187Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:13:32.187Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:32.190Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:32.191Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665212186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:32.290Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:13:32.291Z||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-06-08T05:13:32.292Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:32.338Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:32.339Z||pool-119-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:33.192Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-08T05:13:33.192Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-08T05:13:33.192Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T05:13:33.193Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:33.194Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:33.195Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665213192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T05:13:33.295Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:13:33.296Z||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-06-08T05:13:33.296Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:33.319Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:33.320Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:13:34.197Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:13:34.197Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T05:13:34.197Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:13:34.198Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:13:34.200Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:13:34.200Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665214197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:13:34.300Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:13:34.301Z||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-06-08T05:13:34.301Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:13:34.351Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:13:34.352Z||pool-121-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:13:35.201Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef2110d-1da8-41ab-a88a-cc1a06785310
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:13:35.217Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef2110d-1da8-41ab-a88a-cc1a06785310
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-06-08T05:13:35.224Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:13:35.225Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T05:13:35.233Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T05:14:05.234Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ef2110d-1da8-41ab-a88a-cc1a06785310 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-06-08T05:14:05.242Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ef2110d-1da8-41ab-a88a-cc1a06785310 and serviceModelVersionId: 9d71b41a-8a55-4254-81df-092ca3585a7d
2022-06-08T05:14:05.242Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc685d8f-e4d7-4c5e-8c48-88cce6e88f72
2022-06-08T05:14:05.243Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0
2022-06-08T05:14:05.248Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T05:14:05.303Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0|INFO|500||Invoke
2022-06-08T05:14:05.304Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ef2110d-1da8-41ab-a88a-cc1a06785310], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ca90fd8-8205-4baa-9cc7-1c91b895d454], X-ECOMP-RequestID=[3ef2110d-1da8-41ab-a88a-cc1a06785310], X-TransactionId=[], X-ONAP-RequestID=[3ef2110d-1da8-41ab-a88a-cc1a06785310], Content-Type=[application/merge-patch+json]}
2022-06-08T05:14:05.344Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T05:14:05.557Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?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/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-05:14:04:475-23542], vertex-id=[233568], Content-Length=[0], Date=[Wed, 08 Jun 2022 05:14:04 GMT], Content-Type=[application/json]}
2022-06-08T05:14:05.558Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T05:14:05.559Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc685d8f-e4d7-4c5e-8c48-88cce6e88f72/model-vers/model-ver/9d71b41a-8a55-4254-81df-092ca3585a7d?depth=0|INFO|500||InvokeReturn
2022-06-08T05:14:05.559Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T05:14:05.560Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T05:14:05.567Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T05:14:05.568Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ef2110d-1da8-41ab-a88a-cc1a06785310 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T05:14:05.568Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T05:14:05.568Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:05.577Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:05.577Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665245568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:14:05.671Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-08T05:14:05.672Z||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-06-08T05:14:05.672Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:05.723Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:05.724Z||pool-122-thread-1|||||INFO|500||cambria reply ok (52 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-06-08T05:14:06.592Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T05:14:06.592Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0c342672-c8ea-4ab7-8a1f-da005bc6c4c2","serviceDescription":"service","serviceInvariantUUID":"5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3b39df4-fb5d-4b55-9443-3b1000d6d465","resourceInvariantUUID":"26048aee-7716-40bf-9627-b9bae2d996d0","resourceCustomizationUUID":"4106ddcb-2e70-4cb3-89f0-fc75b22611f0","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":"NWE2NTNmN2Q3Njc3NDI1ZGJjZmI2ZDA2ZGQ0MDNkMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d1a46d2-3de1-4723-928a-e46d5ccf4081","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":"NGNhYzcyYjk3NzQzNzQ2ZGE4MjE4OGRkOTMzMzFlZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"969cfaeb-f84a-4d8b-9540-1ae442ce0329","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":"70ab1987-25ee-4a49-b467-666428cba41c","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":"3a903cf3-62cd-44f0-802e-60f9d7b68cf8","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":"db3ce4a3-32b2-4436-b534-03a131b69f89","artifactVersion":"2","generatedFromUUID":"70ab1987-25ee-4a49-b467-666428cba41c"},{"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":"ZTA1NjRiNmFiYmM2MTM5YWRiZjYyMzA0ZGJkNzE1YzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"85c31861-f98d-4920-b71e-003ab43a0f61","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":"MzY1ODBiZmE2ODI1MDhkMDY4OTZhYzJkZjQxZmVjNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a350852c-fbfb-4bc6-86f2-625f302ee6a3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmI5ODQzOGU1NDcxYjBhZTJlMmQ4YzA5NWRkMjExNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d169961c-6016-4ad0-a1ef-920016b5619c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T05:14:06.593Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:06.593Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:06.595Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:06.595Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:14:06.695Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:14:06.696Z||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-06-08T05:14:06.696Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:06.748Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:06.749Z||pool-123-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:07.596Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:07.597Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:07.600Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:07.600Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:14:07.710Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-06-08T05:14:07.711Z||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-06-08T05:14:07.711Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:07.733Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:07.733Z||pool-124-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:08.600Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:08.601Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:08.603Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:08.603Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:14:08.704Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:14:08.704Z||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-06-08T05:14:08.704Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:08.765Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:08.766Z||pool-125-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:09.605Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:09.607Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:09.609Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:09.610Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:14:09.710Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:09.711Z||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-06-08T05:14:09.711Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:14:09.808Z||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-06-08T05:14:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:09.811Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:09.812Z||pool-126-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:09.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:09.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:14:09.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:14:09.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:14:10.610Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:10.611Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:10.613Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:10.613Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T05:14:10.713Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:10.714Z||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-06-08T05:14:10.714Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:10.781Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:10.782Z||pool-127-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:11.615Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:11.616Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:11.618Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:11.618Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:14:11.718Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:11.719Z||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-06-08T05:14:11.719Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:11.831Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:11.832Z||pool-128-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:12.618Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:12.619Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:12.622Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:12.622Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:14:12.723Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:14:12.723Z||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-06-08T05:14:12.723Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:12.815Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:12.816Z||pool-129-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:13.623Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:14:13.625Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:13.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:13.627Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:14:13.727Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:14:13.728Z||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-06-08T05:14:13.729Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:13.810Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:13.810Z||pool-130-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:14.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c342672-c8ea-4ab7-8a1f-da005bc6c4c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4106ddcb-2e70-4cb3-89f0-fc75b22611f0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3b39df4-fb5d-4b55-9443-3b1000d6d465",
      "resourceInvariantUUID": "26048aee-7716-40bf-9627-b9bae2d996d0",
      "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": "NGNhYzcyYjk3NzQzNzQ2ZGE4MjE4OGRkOTMzMzFlZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "969cfaeb-f84a-4d8b-9540-1ae442ce0329",
          "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": "70ab1987-25ee-4a49-b467-666428cba41c",
          "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": "db3ce4a3-32b2-4436-b534-03a131b69f89",
            "generatedFromUUID": "70ab1987-25ee-4a49-b467-666428cba41c"
          },
          "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": "db3ce4a3-32b2-4436-b534-03a131b69f89",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmI5ODQzOGU1NDcxYjBhZTJlMmQ4YzA5NWRkMjExNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d169961c-6016-4ad0-a1ef-920016b5619c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T05:14:14.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T05:14:14.629Z|3ef2110d-1da8-41ab-a88a-cc1a06785310|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c342672-c8ea-4ab7-8a1f-da005bc6c4c2 ASDC
2022-06-08T05:14:14.630Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0c342672-c8ea-4ab7-8a1f-da005bc6c4c2
ServiceInvariantUUID:5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3
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:d169961c-6016-4ad0-a1ef-920016b5619c
ArtifactChecksum:MmI5ODQzOGU1NDcxYjBhZTJlMmQ4YzA5NWRkMjExNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4106ddcb-2e70-4cb3-89f0-fc75b22611f0
ResourceInvariantUUID:26048aee-7716-40bf-9627-b9bae2d996d0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a3b39df4-fb5d-4b55-9443-3b1000d6d465
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:969cfaeb-f84a-4d8b-9540-1ae442ce0329
ArtifactChecksum:NGNhYzcyYjk3NzQzNzQ2ZGE4MjE4OGRkOTMzMzFlZDI=
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:70ab1987-25ee-4a49-b467-666428cba41c
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:db3ce4a3-32b2-4436-b534-03a131b69f89
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:db3ce4a3-32b2-4436-b534-03a131b69f89
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T05:14:14.630Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c342672-c8ea-4ab7-8a1f-da005bc6c4c2 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-06-08T05:14:14.677Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:14:14.677Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:14:14.678Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:14:14.678Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d169961c-6016-4ad0-a1ef-920016b5619c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T05:14:14.678Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:14:14.678Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T05:14:14.842Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:14:14.846Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d169961c-6016-4ad0-a1ef-920016b5619c 78815
2022-06-08T05:14:14.847Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:14:14.847Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T05:14:14.847Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:14:14.847Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:14.849Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:14.849Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665254846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:14:14.950Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:14.951Z||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-06-08T05:14:14.951Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:15.043Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:15.044Z||pool-131-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:15.850Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:14:15.851Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:14:15.852Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d169961c-6016-4ad0-a1ef-920016b5619c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:15.852Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-08T05:14:15.852Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:15.853Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:15.989Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP218425991968339330/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-06-08T05:14:17.990Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T05:14:17.990Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.991Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:17.992Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:14:17.993Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-08T05:14:17.994Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-08T05:14:17.995Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T05:14:17.995Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T05:14:17.995Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.995Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T05:14:17.995Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.996Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:17.996Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:17.997Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.997Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:17.997Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:17.997Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.997Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:17.998Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:17.998Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.998Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T05:14:17.998Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T05:14:17.999Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T05:14:17.999Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c92a415a-a902-4bb9-8347-19a360b23cb0
2022-06-08T05:14:17.999Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:17.999Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:18.000Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:18.000Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:18.000Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:18.000Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:18.001Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:18.001Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:18.001Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0c342672-c8ea-4ab7-8a1f-da005bc6c4c2
Model Version:NULL
Model InvariantUuid:5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ed54f0ea-0829-481f-849c-5881ab1b288e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26048aee-7716-40bf-9627-b9bae2d996d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4106ddcb-2e70-4cb3-89f0-fc75b22611f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:628a64d7-c425-4301-b28f-0ee5db032087
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b16bea35-fa3d-4f93-8ff3-6a45276ed7d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c92a415a-a902-4bb9-8347-19a360b23cb0
ModelInvariantUuid:401dcf5a-98f6-40be-9d5d-8db93e21b319
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:91de8255-124c-4d07-8b63-762e1006294b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0cf07cbd-bd36-4443-8251-e65769afd7d1
ModelInvariantUuid:690f1145-ab91-4f10-9f51-d433f0ae5736
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cab31681-c63e-4afd-a93f-94bfa71e1182
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-06-08T05:14:18.010Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a3b39df4-fb5d-4b55-9443-3b1000d6d465
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-06-08T05:14:18.014Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-08T05:14:18.014Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3b39df4-fb5d-4b55-9443-3b1000d6d465
2022-06-08T05:14:18.014Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 969cfaeb-f84a-4d8b-9540-1ae442ce0329 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-08T05:14:18.014Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:14:18.015Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:18.276Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:14:18.276Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 969cfaeb-f84a-4d8b-9540-1ae442ce0329 792
2022-06-08T05:14:18.277Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:18.277Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:18.277Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:14:18.277Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:18.280Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:18.280Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665258277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:14:18.381Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T05:14:18.385Z||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-06-08T05:14:18.385Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:18.764Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:18.765Z||pool-132-thread-1|||||INFO|500||cambria reply ok (382 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:14:19.280Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "628a64d7-c425-4301-b28f-0ee5db032087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b16bea35-fa3d-4f93-8ff3-6a45276ed7d8",
    "vfModuleModelCustomizationUUID": "0847a4a4-9558-4cb0-96fc-58fe5d644466",
    "isBase": true,
    "artifacts": [
      "70ab1987-25ee-4a49-b467-666428cba41c",
      "db3ce4a3-32b2-4436-b534-03a131b69f89"
    ],
    "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-06-08T05:14:19.285Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b16bea35-fa3d-4f93-8ff3-6a45276ed7d8
VfModuleModelInvariantUUID:628a64d7-c425-4301-b28f-0ee5db032087
VfModuleModelDescription:NULL
Artifacts UUID List:{
70ab1987-25ee-4a49-b467-666428cba41c
,
db3ce4a3-32b2-4436-b534-03a131b69f89

}
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-06-08T05:14:19.287Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "628a64d7-c425-4301-b28f-0ee5db032087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b16bea35-fa3d-4f93-8ff3-6a45276ed7d8",
    "vfModuleModelCustomizationUUID": "0847a4a4-9558-4cb0-96fc-58fe5d644466",
    "isBase": true,
    "artifacts": [
      "70ab1987-25ee-4a49-b467-666428cba41c",
      "db3ce4a3-32b2-4436-b534-03a131b69f89"
    ],
    "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-06-08T05:14:19.287Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b16bea35-fa3d-4f93-8ff3-6a45276ed7d8
VfModuleModelInvariantUUID:628a64d7-c425-4301-b28f-0ee5db032087
VfModuleModelDescription:NULL
Artifacts UUID List:{
70ab1987-25ee-4a49-b467-666428cba41c
,
db3ce4a3-32b2-4436-b534-03a131b69f89

}
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-06-08T05:14:19.287Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 70ab1987-25ee-4a49-b467-666428cba41c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-08T05:14:19.288Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:14:19.288Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:19.352Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:14:19.353Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 70ab1987-25ee-4a49-b467-666428cba41c 5033
2022-06-08T05:14:19.353Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:19.353Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:19.353Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:14:19.354Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:19.356Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:19.356Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665259353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:14:19.456Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:19.457Z||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-06-08T05:14:19.458Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:19.504Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:19.504Z||pool-133-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:20.357Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: db3ce4a3-32b2-4436-b534-03a131b69f89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-08T05:14:20.357Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:14:20.358Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:20.457Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:14:20.458Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env db3ce4a3-32b2-4436-b534-03a131b69f89 903
2022-06-08T05:14:20.458Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:20.458Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:20.459Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:14:20.459Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:20.461Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:20.461Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665260458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:14:20.561Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:20.563Z||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-06-08T05:14:20.563Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:20.598Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:20.599Z||pool-134-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":3,"count":1}
2022-06-08T05:14:21.462Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0c342672-c8ea-4ab7-8a1f-da005bc6c4c2
2022-06-08T05:14:21.463Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a3b39df4-fb5d-4b55-9443-3b1000d6d465 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-06-08T05:14:21.481Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bde8a6d, org.onap.sdc.toscaparser.api.parameters.Input@652986e5, org.onap.sdc.toscaparser.api.parameters.Input@45cdccbb, org.onap.sdc.toscaparser.api.parameters.Input@3f776e43, org.onap.sdc.toscaparser.api.parameters.Input@451622]
2022-06-08T05:14:21.483Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.484Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.484Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T05:14:21.485Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4106ddcb-2e70-4cb3-89f0-fc75b22611f0
2022-06-08T05:14:21.485Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4106ddcb-2e70-4cb3-89f0-fc75b22611f0 matches Tosca VF Customization UUID: 4106ddcb-2e70-4cb3-89f0-fc75b22611f0
2022-06-08T05:14:21.485Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4106ddcb-2e70-4cb3-89f0-fc75b22611f0  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-06-08T05:14:21.490Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.490Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.492Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4106ddcb-2e70-4cb3-89f0-fc75b22611f0: {\"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-06-08T05:14:21.492Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f06c8b
2022-06-08T05:14:21.492Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.492Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T05:14:21.493Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0847a4a4-9558-4cb0-96fc-58fe5d644466
2022-06-08T05:14:21.493Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0847a4a4-9558-4cb0-96fc-58fe5d644466
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-06-08T05:14:21.497Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.497Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:21.498Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:21.498Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.501Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:21.501Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:21.502Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.502Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T05:14:21.503Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T05:14:21.503Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T05:14:21.503Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c92a415a-a902-4bb9-8347-19a360b23cb0
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-06-08T05:14:21.507Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.508Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:21.508Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T05:14:21.508Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.509Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T05:14:21.509Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4106ddcb-2e70-4cb3-89f0-fc75b22611f0
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-06-08T05:14:21.511Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.512Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.512Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0c342672-c8ea-4ab7-8a1f-da005bc6c4c2: basic_vm_macro
2022-06-08T05:14:21.512Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.512Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.513Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.513Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.513Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.513Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.514Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.514Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.514Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:14:21.514Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:14:21.515Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:21.641Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a3b39df4-fb5d-4b55-9443-3b1000d6d465 1 ASDC deployResourceStructure
2022-06-08T05:14:21.642Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:21.642Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:21.643Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:14:21.643Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:21.647Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:21.647Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665261642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:14:21.747Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:21.748Z||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-06-08T05:14:21.748Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:21.839Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:21.839Z||pool-135-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:22.649Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:22.649Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:22.649Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:14:22.650Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:22.652Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:22.653Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665262649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:14:22.753Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:14:22.754Z||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-06-08T05:14:22.754Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:22.823Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:22.824Z||pool-136-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:23.654Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:23.655Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||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-06-08T05:14:23.655Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:14:23.655Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:23.657Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:23.657Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665263654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T05:14:23.757Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:14:23.758Z||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-06-08T05:14:23.758Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:23.872Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:23.873Z||pool-137-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:24.659Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:14:24.659Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T05:14:24.659Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:14:24.660Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:14:24.662Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:14:24.662Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665264658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:14:24.763Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T05:14:24.763Z||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-06-08T05:14:24.764Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:14:24.806Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:14:24.807Z||pool-138-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:14:25.663Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:14:25.677Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
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-06-08T05:14:25.680Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:14:25.680Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:14:25.680Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:14:55.680Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:14:55.692Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
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-06-08T05:14:55.695Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:14:55.695Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:14:55.696Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:15:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:15:09.809Z||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-06-08T05:15:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:15:09.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:15:09.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:15:09.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:15:09.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:15:09.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:15:09.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:15:09.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:15:25.697Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:15:25.709Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
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-06-08T05:15:25.713Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:15:25.713Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:15:25.713Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:15:55.714Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:15:55.729Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
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-06-08T05:15:55.733Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:15:55.733Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T05:15:55.734Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T05:16:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:16:09.808Z||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-06-08T05:16:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:16:09.935Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:16:09.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665160962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665192505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665192101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654665181414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665183292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665181476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665194348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665193861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665194909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:09.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "cds",
  "timestamp": 1654665195773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T05:16:09.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:09.967Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:09.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654665195913,
  "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-06-08T05:16:09.981Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:09.982Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:09.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:09.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:09.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665197107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:09.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:09.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:09.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665189265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:09.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "clamp",
  "timestamp": 1654665198122,
  "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-06-08T05:16:10.017Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:16:10.017Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:16:10.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665199053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665189210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665200058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665199203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665200788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "policy-id",
  "timestamp": 1654665201062,
  "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-06-08T05:16:10.033Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:10.034Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:10.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665201054,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665203161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654665202058,
  "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-06-08T05:16:10.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:10.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:10.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665203710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "aai-ml",
  "timestamp": 1654665204165,
  "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-06-08T05:16:10.073Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
2022-06-08T05:16:10.073Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:16:10.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665204818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665205967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665207030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665208097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665209173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665199903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665210177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665211181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T05:16:10.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665212186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665213192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T05:16:10.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665205169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665214197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665215014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665217107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:16:10.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665219115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "clamp",
  "timestamp": 1654665220120,
  "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-06-08T05:16:10.111Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:10.111Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:10.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665222390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:16:10.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "aai-ml",
  "timestamp": 1654665223394,
  "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-06-08T05:16:10.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e0b0765-d276-4d48-b8d1-f539d91685cb
2022-06-08T05:16:10.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:16:10.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef2110d-1da8-41ab-a88a-cc1a06785310",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665245568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:16:10.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:16:10.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T05:16:10.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:10.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:16:10.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:10.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:16:25.734Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:16:25.745Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc
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-06-08T05:16:25.748Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:16:25.749Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T05:16:25.749Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T05:16:25.749Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.750Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:16:25.751Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T05:16:25.756Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T05:16:55.757Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc 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-06-08T05:16:55.764Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc and serviceModelVersionId: 0c342672-c8ea-4ab7-8a1f-da005bc6c4c2
2022-06-08T05:16:55.764Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3
2022-06-08T05:16:55.767Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?depth=0
2022-06-08T05:16:55.773Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T05:16:55.843Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?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-06-08T05:16:55.844Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?depth=0|INFO|500||Invoke
2022-06-08T05:16:55.887Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T05:16:56.106Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?depth=0|INFO|500||InvokeReturn
2022-06-08T05:16:56.108Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f31a7ad-4f58-4b5b-8e5a-4a7a18a2fab3/model-vers/model-ver/0c342672-c8ea-4ab7-8a1f-da005bc6c4c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-05:16:55:024-43724], vertex-id=[323592], Content-Length=[0], Date=[Wed, 08 Jun 2022 05:16:55 GMT], Content-Type=[application/json]}
2022-06-08T05:16:56.108Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T05:16:56.109Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T05:16:56.109Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T05:16:56.113Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T05:16:56.113Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T05:16:56.114Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T05:16:56.114Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:16:56.116Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:16:56.116Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665416114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:16:56.216Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:16:56.217Z||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-06-08T05:16:56.217Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:16:56.277Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:16:56.278Z||pool-139-thread-1|||||INFO|500||cambria reply ok (61 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-06-08T05:16:57.131Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T05:16:57.131Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e0b0765-d276-4d48-b8d1-f539d91685cb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6d6c1dfc-c7f5-4325-bbde-95049644a4c5","serviceDescription":"service","serviceInvariantUUID":"b4249c17-d4f7-43f8-9f14-7812f393f968","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"92979753-ab14-400e-9361-6219ef68f178","resourceInvariantUUID":"a83d2d2f-916e-4088-b6f2-6db9206e9cdf","resourceCustomizationUUID":"ef2a6e63-738b-4d7c-9e74-4934e75fc816","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":"ZDQ1ZWFjYmZmMjdjNTVkZDJlOWVjOGJmOWYwN2M1OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31a2470f-b89b-400b-9b3e-3a1fd4846a6e","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":"be63489f-67bb-4f86-9cb0-f58e336a412e","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":"3d65a477-5af4-443a-9507-72fbd28b8e98","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":"M2NjNjMxYTljZGQ1ZTJiOTdlNmEwZTY3Y2FkOTBlNzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e99d0f1c-7c6b-424f-94ef-beed06500b0f","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":"e25bc6cb-afbe-4d2e-960e-484859f3c448","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":"adef0245-e3fe-411b-a989-2877a95453e4","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":"73b30cc7-2e4a-4e37-8a65-0c95d4558317","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":"MjM3NzFiZTVkYjY2YzE1YWM3NDhkODI5NjkxMjlhNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d758cfad-1a24-468a-95f0-015436527ddd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTc2MWM4YTIwZWM3ODNkN2E4ZTg3NzE3MDU1NmE0MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84f0ce52-1033-4cbb-a053-6b48db9d8080","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T05:16:57.132Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:16:57.132Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:16:57.147Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:16:57.147Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:57.234Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-08T05:16:57.235Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:16:57.235Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:16:57.301Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:16:57.302Z||pool-140-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:16:58.148Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:16:58.148Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:16:58.151Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:16:58.151Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:58.252Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T05:16:58.252Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:16:58.253Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:16:58.379Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:16:58.380Z||pool-141-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":2,"count":1}
2022-06-08T05:16:59.152Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:16:59.153Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:16:59.155Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:16:59.155Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:16:59.255Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:16:59.256Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:16:59.256Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:16:59.303Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:16:59.304Z||pool-142-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:00.156Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:00.157Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:00.159Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:00.159Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:00.259Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:00.260Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:00.261Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:00.324Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:00.325Z||pool-143-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:01.160Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:01.160Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:01.162Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:01.163Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:01.263Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:01.263Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:01.264Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:01.292Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:01.292Z||pool-144-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:02.163Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:02.164Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:02.168Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:02.169Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:02.267Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-08T05:17:02.268Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:02.268Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:02.303Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:02.304Z||pool-145-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:03.169Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:03.170Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:03.172Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:03.172Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:03.272Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:03.273Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:03.273Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:03.303Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:03.303Z||pool-146-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:04.173Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:04.174Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:04.176Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:04.176Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:04.276Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:04.277Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:04.277Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:04.300Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:04.301Z||pool-147-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:05.177Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T05:17:05.178Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:05.180Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:05.180Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:17:05.280Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:05.281Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:05.281Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:05.303Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:05.304Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T05:17:06.182Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d6c1dfc-c7f5-4325-bbde-95049644a4c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4249c17-d4f7-43f8-9f14-7812f393f968",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ef2a6e63-738b-4d7c-9e74-4934e75fc816",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "92979753-ab14-400e-9361-6219ef68f178",
      "resourceInvariantUUID": "a83d2d2f-916e-4088-b6f2-6db9206e9cdf",
      "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": "OTc2MWM4YTIwZWM3ODNkN2E4ZTg3NzE3MDU1NmE0MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84f0ce52-1033-4cbb-a053-6b48db9d8080"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T05:17:06.182Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T05:17:06.182Z|d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d6c1dfc-c7f5-4325-bbde-95049644a4c5 ASDC
2022-06-08T05:17:06.183Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7e0b0765-d276-4d48-b8d1-f539d91685cb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6d6c1dfc-c7f5-4325-bbde-95049644a4c5
ServiceInvariantUUID:b4249c17-d4f7-43f8-9f14-7812f393f968
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:84f0ce52-1033-4cbb-a053-6b48db9d8080
ArtifactChecksum:OTc2MWM4YTIwZWM3ODNkN2E4ZTg3NzE3MDU1NmE0MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ef2a6e63-738b-4d7c-9e74-4934e75fc816
ResourceInvariantUUID:a83d2d2f-916e-4088-b6f2-6db9206e9cdf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:92979753-ab14-400e-9361-6219ef68f178
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-08T05:17:06.183Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d6c1dfc-c7f5-4325-bbde-95049644a4c5 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-06-08T05:17:06.219Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:17:06.219Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:17:06.220Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:17:06.220Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84f0ce52-1033-4cbb-a053-6b48db9d8080 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T05:17:06.220Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T05:17:06.220Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T05:17:06.373Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T05:17:06.380Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 84f0ce52-1033-4cbb-a053-6b48db9d8080 105660
2022-06-08T05:17:06.380Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:17:06.380Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T05:17:06.381Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T05:17:06.381Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:06.383Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:06.383Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665426380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:17:06.483Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T05:17:06.484Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:06.484Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:06.513Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:06.513Z||pool-149-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:07.384Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T05:17:07.385Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T05:17:07.385Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 84f0ce52-1033-4cbb-a053-6b48db9d8080, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:07.385Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-08T05:17:07.386Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:07.386Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:07.498Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15467117778014737860/Definitions/service-TestPnfMacro-template.yml
2022-06-08T05:17:08.635Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T05:17:08.635Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:17:08.635Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||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-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.636Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.637Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T05:17:08.637Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.637Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.637Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-08T05:17:08.637Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T05:17:08.638Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.639Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.640Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.640Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.640Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.640Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.640Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6d6c1dfc-c7f5-4325-bbde-95049644a4c5
Model Version:NULL
Model InvariantUuid:b4249c17-d4f7-43f8-9f14-7812f393f968
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-06-08T05:17:08.649Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 92979753-ab14-400e-9361-6219ef68f178
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-06-08T05:17:08.654Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-08T05:17:08.654Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 92979753-ab14-400e-9361-6219ef68f178
2022-06-08T05:17:08.655Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6d6c1dfc-c7f5-4325-bbde-95049644a4c5
2022-06-08T05:17:08.655Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6d6c1dfc-c7f5-4325-bbde-95049644a4c5
2022-06-08T05:17:08.655Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 92979753-ab14-400e-9361-6219ef68f178 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-06-08T05:17:08.662Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cda1df0, org.onap.sdc.toscaparser.api.parameters.Input@4ca25d22, org.onap.sdc.toscaparser.api.parameters.Input@4f41dcd4, org.onap.sdc.toscaparser.api.parameters.Input@3ac76c28, org.onap.sdc.toscaparser.api.parameters.Input@165ed31d]
2022-06-08T05:17:08.663Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.663Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.664Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6d6c1dfc-c7f5-4325-bbde-95049644a4c5: test-pnf
2022-06-08T05:17:08.665Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 92979753-ab14-400e-9361-6219ef68f178
2022-06-08T05:17:08.665Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T05:17:08.666Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T05:17:08.666Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||Resource customization UUID: ef2a6e63-738b-4d7c-9e74-4934e75fc816 is the same as notified resource customizationUUID: ef2a6e63-738b-4d7c-9e74-4934e75fc816
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-06-08T05:17:08.704Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 92979753-ab14-400e-9361-6219ef68f178 0 ASDC deployResourceStructure
2022-06-08T05:17:08.705Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T05:17:08.705Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T05:17:08.705Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T05:17:08.706Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:08.708Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:08.709Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665428705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:17:08.809Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T05:17:08.810Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:08.810Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:08.857Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:08.858Z||pool-150-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T05:17:09.710Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e0b0765-d276-4d48-b8d1-f539d91685cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-08T05:17:09.727Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e0b0765-d276-4d48-b8d1-f539d91685cb
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-06-08T05:17:09.729Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T05:17:09.730Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T05:17:09.730Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T05:17:09.730Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T05:17:09.730Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.730Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.731Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.731Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.731Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.731Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.731Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T05:17:09.732Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T05:17:09.739Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T05:17:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:17:09.809Z||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-06-08T05:17:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:09.860Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:09.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:17:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665254846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665258277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665259353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665260458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665261642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665262649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665263654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:17:09.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665264658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:17:09.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:17:39.739Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e0b0765-d276-4d48-b8d1-f539d91685cb 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-06-08T05:17:39.749Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e0b0765-d276-4d48-b8d1-f539d91685cb and serviceModelVersionId: 6d6c1dfc-c7f5-4325-bbde-95049644a4c5
2022-06-08T05:17:39.749Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4249c17-d4f7-43f8-9f14-7812f393f968
2022-06-08T05:17:39.750Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?depth=0
2022-06-08T05:17:39.758Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T05:17:39.793Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?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-06-08T05:17:39.794Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?depth=0|INFO|500||Invoke
2022-06-08T05:17:39.812Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T05:17:39.975Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?depth=0|INFO|500||InvokeReturn
2022-06-08T05:17:39.976Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4249c17-d4f7-43f8-9f14-7812f393f968/model-vers/model-ver/6d6c1dfc-c7f5-4325-bbde-95049644a4c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-05:17:38:946-61498], vertex-id=[335880], Content-Length=[0], Date=[Wed, 08 Jun 2022 05:17:38 GMT], Content-Type=[application/json]}
2022-06-08T05:17:39.977Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T05:17:39.977Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T05:17:39.977Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T05:17:39.989Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T05:17:39.990Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e0b0765-d276-4d48-b8d1-f539d91685cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T05:17:39.990Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T05:17:39.991Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T05:17:39.994Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T05:17:39.994Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665459990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:17:40.093Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-08T05:17:40.094Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T05:17:40.095Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:40.138Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:40.139Z||pool-151-thread-1|||||INFO|500||cambria reply ok (45 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-06-08T05:17:41.015Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:17:41.016Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:17:41.016Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:17:51.554Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:17:51.555Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:17:51.556Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:17:51.556Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:18:01.230Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:18:01.230Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:18:01.231Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:18:01.231Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:18:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:18:09.809Z||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-06-08T05:18:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:18:09.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:18:09.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4b79e86-1c90-4e57-9cee-c2fbfb2f70bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665416114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:18:09.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:18:09.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665189805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665426380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T05:18:09.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:18:09.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-08T05:18:09.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665428705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T05:18:09.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:18:10.838Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:18:10.838Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:18:10.839Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:18:10.839Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:18:20.464Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:18:20.465Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:18:20.466Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:18:20.466Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:18:30.112Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:19:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:19:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:19:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:19:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:19:09.808Z||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-06-08T05:19:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:19:10.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:19:10.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-08T05:19:10.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e0b0765-d276-4d48-b8d1-f539d91685cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654665459990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T05:19:10.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T05:19:19.500Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:20:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:20:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:20:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:20:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:20:09.808Z||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-06-08T05:20:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:20:19.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:20:19.473Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:21:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:21:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:21:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:21:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:21:09.808Z||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-06-08T05:21:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:21:19.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:21:19.457Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:22:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:22:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:22:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:22:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:22:09.808Z||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-06-08T05:22:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:22:19.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:22:19.482Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:23:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:23:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:23:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:23:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:23:09.808Z||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-06-08T05:23:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:23:19.549Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:23:19.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:24:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:24:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:24:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:24:09.808Z||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-06-08T05:24:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:24:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:24:19.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:24:19.474Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:25:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:25:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:25:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:25:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:25:09.808Z||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-06-08T05:25:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:25:19.555Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:25:19.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:26:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:26:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:26:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:26:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:26:09.809Z||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-06-08T05:26:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:26:19.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:26:19.444Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:27:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:27:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:27:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:27:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:27:09.808Z||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-06-08T05:27:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:27:19.442Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:27:19.502Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:28:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:28:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:28:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:28:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:28:09.809Z||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-06-08T05:28:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:28:19.460Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:28:19.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:29:09.805Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:29:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T05:29:09.806Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T05:29:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:29:09.809Z||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-06-08T05:29:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:29:19.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:29:19.488Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:30:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:30:09.806Z||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-06-08T05:30:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:30:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:30:09.809Z||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-06-08T05:30:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:30:19.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:30:19.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:31:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:31:09.806Z||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-06-08T05:31:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:31:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:31:09.808Z||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-06-08T05:31:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:31:19.603Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:31:19.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:32:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:32:09.806Z||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-06-08T05:32:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:32:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:32:09.808Z||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-06-08T05:32:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:32:19.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:32:19.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:33:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:33:09.806Z||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-06-08T05:33:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:33:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:33:09.808Z||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-06-08T05:33:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:33:19.444Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:33:19.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:34:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:34:09.806Z||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-06-08T05:34:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:34:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:34:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|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-06-08T05:34:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:34:19.494Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:34:19.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:35:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:35:09.806Z||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-06-08T05:35:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:35:09.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:35:09.808Z||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-06-08T05:35:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:35:19.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:35:19.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:36:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:36:09.806Z||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-06-08T05:36:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:36:09.808Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:36:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|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-06-08T05:36:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:36:19.416Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:36:19.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:37:09.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:37:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:37:09.810Z||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-06-08T05:37:09.810Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:37:09.810Z||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-06-08T05:37:09.811Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:37:19.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:37:19.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:38:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:38:09.806Z||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-06-08T05:38:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:38:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:38:09.808Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|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-06-08T05:38:09.809Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:38:19.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:38:19.474Z|7e0b0765-d276-4d48-b8d1-f539d91685cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:39:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:39:09.806Z||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-06-08T05:39:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:39:09.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:39:09.809Z||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-06-08T05:39:09.809Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:39:19.409Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:39:19.410Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:40:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:40:09.806Z||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-06-08T05:40:09.806Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:40:09.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:40:09.808Z||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-06-08T05:40:09.808Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:40:19.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:40:19.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T05:41:09.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:41:09.806Z||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-06-08T05:41:09.807Z||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 gqsYfKmPiC9FUjKV) ...
2022-06-08T05:41:09.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T05:41:09.810Z||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-06-08T05:41:09.810Z||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 gqsYfKmPiC9FUjKV) ...